Recommended Posts

On 7/16/2016 at 3:13 PM, Raphaël G. said:

Genuine question, as I have no experience with open sourcing my own software: you think it's not a good idea?

 

Multiple reasons lead to this decision:

 

- Dopamine has gone out of control. I'm getting more feature requests (quite good ones) than I can handle + I got several developers offering their help

- I want to learn and improve my code. Some structures that I spend quite some time to figure out, could use some improvements. Maybe in the future, I won't have to spent so much time figuring out stuff, if there's 3rd party help

- I needed a tool to make bug and feature request tracking public. GitHub is the ideal place for that. By the way, I changed the GitHub link; https://github.com/digimezzo/Dopamine

 

However, there is also a downside: I don't want my project to lead its own life. Someone grabbing my code and releasing its own version is one of my biggest fears. I guess I'll have to find out the hard way.

1. Lots of ways to do issue tracking without using GitHub and going open source - not saying there is anything wrong with your decision....

 

2. You have no control really. You just have to think of forks as a good thing. Like your software is making babies! And if anyone goes the fork route and does something useful, then it becomes available to you to merge as you wish.

 

3. From many years of observing OSS projects, the most surprising and common result you will see is no result. In just about every way a OSS project has to market itself similar to a commercial product to get developer interest. The number of OSS projects on GitHUb is beyond human understanding at this point. The noise level is high. Simple things like good docs on your Github page, screenshots etc. Time spent on documentation you would rather spend coding until it is up to speed, Promote it everywhere etc and eventually people get enthusiastic and start helping. Make even the smallest update frequently since many people search by update date. Good Luck. I haven't achieved your courage yet to try this but I maintain a useful (I think it is anyways) list of UWP projects at:

 

https://github.com/10UWP/The-UWP-Tools-List

 

  • Like 3
On 7/16/2016 at 3:13 PM, Raphaël G. said:

Some structures that I spend quite some time to figure out, could use some improvements. Maybe in the future, I won't have to spent so much time figuring out stuff, if there's 3rd party help

Perhaps make GitHub issues for these with a special Label?

On ‎18‎/‎07‎/‎2016 at 9:39 AM, DevTech said:

1. Lots of ways to do issue tracking without using GitHub and going open source - not saying there is anything wrong with your decision....

 

2. You have no control really. You just have to think of forks as a good thing. Like your software is making babies! And if anyone goes the fork route and does something useful, then it becomes available to you to merge as you wish.

 

3. From many years of observing OSS projects, the most surprising and common result you will see is no result. In just about every way a OSS project has to market itself similar to a commercial product to get developer interest. The number of OSS projects on GitHUb is beyond human understanding at this point. The noise level is high. Simple things like good docs on your Github page, screenshots etc. Time spent on documentation you would rather spend coding until it is up to speed, Promote it everywhere etc and eventually people get enthusiastic and start helping. Make even the smallest update frequently since many people search by update date. Good Luck. I haven't achieved your courage yet to try this but I maintain a useful (I think it is anyways) list of UWP projects at:

 

https://github.com/10UWP/The-UWP-Tools-List

 

That's an amazing list you're maintaining! Some of those tools will come in handy. Thanks for sharing. In preparation of making the Dopamine code public, I put up the code of my small WPF controls library (on which my software, including Dopamine is based) here: https://github.com/digimezzo/WPFControls. It's nothing revolutionary, but as I'm making all my code public, I thought it would be a good to also have this one online.

 

Your feedback on OSS projects is valuable info. Luckily, I'm not looking for popularity :) If people want to help out, that's great. If not, then I'll proceed like I was doing when the source was not public. Which is also fine :).

 

On ‎18‎/‎07‎/‎2016 at 9:56 AM, DevTech said:

Perhaps make GitHub issues for these with a special Label?

Indeed, that's what I had in mind. The GitHub issue tracker is quite efficient. I'm starting to like this thing a lot.

By the way (and this is for everyone), if you want to get an idea of what to expect in the next version, check this out: Dopamine 1.1 issues

The "Milestones" menu on that page allows you to filter on the next versions and see what features I currently plan.

 

For 1.1 I'm planning smaller features. I've been doing lots of spring cleaning in the code and want to keep the next update small. After that one, I'll tackle bigger changes.

  • Like 2
On ‎13‎/‎07‎/‎2016 at 4:34 PM, Fiere said:

Some suggestion for the notif. area.

 mrarR3x.png

Sorry for the late reply. Nice mock up! I created Issue #61 for that: https://github.com/digimezzo/Dopamine/issues/61

 

It might be a bit large for the notification area controls (that's my first idea, that might still grow and change). But I do like the option to have and option to show a list of playing songs.

  • 2 weeks later...

I've switched back to Windows from OSX at home, and am now using Dopamine more than before with a different library than the work laptop. Couple of problems ....

 

# Albums which are tagged with the correct Artist, but have a blank Album Artist, don't show up under that Artist but instead under an Artist called 'Unknown Album Artist'.
 

# Attempted to edit the ID3 tags and worked fine if I select a single album. However, correcting this by adding the Album Artist tag per album is time consuming. If I have multiple albums by the same artist, and then select all the songs ... then edit, the ID3 tags shows 'Multiple Values'. If I just edit the Album Artist field and save, it overwrites the tag of the album with the name 'Multiple Values'. I would assume if the entry is Multiple Values it should not be overwritten unless you specifically enter text in the field. 

 

Thankfully I noticed this before much damage was done. ;)

On 8/2/2016 at 7:28 AM, jasondefaoite said:

I've switched back to Windows from OSX at home, and am now using Dopamine more than before with a different library than the work laptop. Couple of problems ....

 

# Albums which are tagged with the correct Artist, but have a blank Album Artist, don't show up under that Artist but instead under an Artist called 'Unknown Album Artist'.
 

# Attempted to edit the ID3 tags and worked fine if I select a single album. However, correcting this by adding the Album Artist tag per album is time consuming. If I have multiple albums by the same artist, and then select all the songs ... then edit, the ID3 tags shows 'Multiple Values'. If I just edit the Album Artist field and save, it overwrites the tag of the album with the name 'Multiple Values'. I would assume if the entry is Multiple Values it should not be overwritten unless you specifically enter text in the field. 

 

Thankfully I noticed this before much damage was done. ;)

Glad to have you back! :) 

 

For the first issue: it's a hard one. At some point I decided that an album is defined by "Album artist" and "Album title". I'm not aware of a better way to define an album based on just the audio file's tags. I'v eopened an issue concerning this logic here: https://github.com/digimezzo/Dopamine/issues/31

I couldn't make up how other players do it. For your issue, the problem is that Artists are tagged at track level, not album level. Should I create an album in Dopamine for each Artist that is found in files? That is why I decided, for now, that IF there is no Album artist in the tags, that that file is added to and album with album artist "unknown album artist".

 

Ideas are welcome. I added a tag "Help wanted" to the issue above.

 

For the second issue: that is indeed a nasty bug, which was reported to me by someone else last monday. I've created this issue: https://github.com/digimezzo/Dopamine/issues/84

 

The bug is fixed in the latest code on GitHub. I will release a Preview containing that and other fixes soon.

  • Like 1

Good to be back :rofl:

 

For the 2nd issue, great to hear a fix will be available.

 

For the first issue, I guess defining by 'Album Artist' first is the correct way to go, as if people enter text in this field it is usually to override the content in the 'Artist' field. However, what if the 'Album Artist' field is blank? In this case I think it would make sense to defer to the 'Artist' tag. Not sure if you could implement a check for this and sort by appropriate. It may require you to have an additional 'Artist Sort' value, determined from 'Album Artist' or if that is blank, from the 'Artist' field.

 

Cheers, and good look with the win 10 universal app :)

Hi everyone! A new preview of Dopamine is available! You can get 1.1 Build 672 here

 

This is the first preview of version 1.1. More changes will be come for this version. This preview is more a bugfixing build. I also updated all the components I used to their latest version. As since the start of development on Dopamine, I never updated them (to prevent breaking things). Watch out for the version of the .NET framework. It was upgraded from 4.5.1 to 4.6.1.

From this build on, Dopamine is open source software. The source code can be found on GitHub: https://github.com/digimezzo/Dopamine

On the issues page your are able to log issues yourself if you have a GitHub account. You can also track open issues and for some you can verify in which version they'll be added.

 

3-08-2017: Dopamine 1.1.672.0 (Preview)

 

- Dopamine is now Open Source Software! The source code is available here: https://github.com/digimezzo/Dopamine
- This version requires .NET Framework 4.6.1
- Updated to the latest release of the CSCore audio library
- Added importing of .wpl playlists
- Fixed a bug importing .m3u playlists
- Fixed a bug importing .zpl playlists
- Fixed a bug updating the collection when a new collection folder is added just after removing another
- Fixed a bug showing genres on the Genres screen when one or more songs have a white space as genre (needs refresh of collection to apply the fix)
- Fixed a bug updating album metadata
- Added information to the WASAPI Exclusive Mode setting that it mutes sounds from other applications
- Added Italian translation
- Added Polish translation
- Added Ukrainian translation
- Updated Russian translation

  • 2 weeks later...

Hi everyone,

 

A new build of Dopamine is available: 1.1 build 680 Preview. This preview adds the long awaited equalizer. It's very new code, so if you notice anything strange, don't hesitate to tell me.

 

This is the changelog:

 

- Fixed an indexing issue where files, which are removed in Windows, were not removed from the collection.
- Fixed cut off album art on lower left playback information on the main screen
- Fixed dialogs showing a 1px bottom border at some resolutions
- Added an Equalizer

 

With the equalizer, most of the work for the final 1.1 release is done. The remaining work items can be found here.

 

Download this new preview here.

15 hours ago, Ravensky said:

Great work thank you!

Thanks. By the way, there is a bug where the equalizer doesn't remain enabled, details in Issue 113.

It's already fixed in code, and will be in the next build.

  • Like 1
On 21/08/2016 at 10:08 AM, Raphaël G. said:

Hi everyone,

 

A new build of Dopamine is available: 1.1 build 680 Preview. This preview adds the long awaited equalizer. It's very new code, so if you notice anything strange, don't hesitate to tell me.

 

This is the changelog:

 

- Fixed an indexing issue where files, which are removed in Windows, were not removed from the collection.
- Fixed cut off album art on lower left playback information on the main screen
- Fixed dialogs showing a 1px bottom border at some resolutions
- Added an Equalizer

 

With the equalizer, most of the work for the final 1.1 release is done. The remaining work items can be found here.

 

Download this new preview here.

Thanks for the new release, Raphaël!
I'll send you an updated Castilian Spanish translation as soon as I can (probably this week).

 

By the way, even though my friends believe I'm out of my mind :rofl:, I grabbed a Lumia 950 last week and I was wondering if a prospective UWP app is planned for W10 Mobile :blush:

 

Cheers!

  • Like 1
24 minutes ago, Jackaluichi said:

Thanks for the new release, Raphaël!
I'll send you an updated Castilian Spanish translation as soon as I can (probably this week).

 

By the way, even though my friends believe I'm out of my mind :rofl:, I grabbed a Lumia 950 last week and I was wondering if a prospective UWP app is planned for W10 Mobile :blush:

 

Cheers!

Yes an UWP app is planned (and in development). Dopamine win32 has grabbed a lot of my time again lately, so UWP development has been on hold. But I'll soon pick it up. I'm changing database management in Dopamine win32 which I'll reuse in the UWP app. So it's not wasted development time.

 

Well, I did something similar a few weeks ago: I got myself a Lumia 650 :). Awesome device for that price.

  • Like 1
26 minutes ago, Raphaël G. said:

Yes an UWP app is planned (and in development). Dopamine win32 has grabbed a lot of my time again lately, so UWP development has been on hold. But I'll soon pick it up. I'm changing database management in Dopamine win32 which I'll reuse in the UWP app. So it's not wasted development time.

 

Well, I did something similar a few weeks ago: I got myself a Lumia 650 :). Awesome device for that price.

Great to hear about both, the UWP Dopamine development and your new acquisition! :D

Looking forward to future updates on this matter :)

Has anyone experience this.

When I have Dopamine playing music no other Audio plays on my computer, that includes YouTube videos.

The only way I can get YouTube audio is to kill both the browser and Dopamine.

 

I get the same results on FF,Chrome and Edge.

2 hours ago, wetworker said:

Has anyone experience this.

When I have Dopamine playing music no other Audio plays on my computer, that includes YouTube videos.

The only way I can get YouTube audio is to kill both the browser and Dopamine.

 

I get the same results on FF,Chrome and Edge.

I don't have that issue, mate. Dopamine preview v1.1 (Build 681) on Windows 10 x64 14393.82 using a Sound Blaster Z and Firefox. I get Windows notification sounds, YouTube videos and whatnot as I'm listening to music on Dopamine :)

On ‎8‎/‎22‎/‎2016 at 11:45 AM, Raphaël G. said:

A new build is available! :)

 

 Info and download here.

 

2 hours ago, wetworker said:

Has anyone experience this.

When I have Dopamine playing music no other Audio plays on my computer, that includes YouTube videos.

The only way I can get YouTube audio is to kill both the browser and Dopamine.

 

I get the same results on FF,Chrome and Edge.

I do not have this issue either, I hear sound from everything that is playing sound all at the same time, working great as it should.  Using Sound Blaster Recon3D PCIe on Windows 10 x64 Pro Edition

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Posts

    • Cuktech 10 Ultra charger review: big display, four ports, 110W total power by Taras Buria Cuktech recently announced a couple of Ultra-branded chargers, including a desktop 300W charger, which I reviewed a few weeks ago. For those who do need that much (or who do not want to spend that much on a charger), Cuktech also offers the 10 Ultra, a traditional wall charger with similar features. Four ports, a big display, and up to 110W of power output. After using it for a few weeks, here are my impressions. Disclaimer: Cuktech provided the review unit without any editorial input or pre-approval. Like the 30 Ultra, the 10 Ultra arrived in a box made of nice cardboard with quality print all over it. Inside, besides the charger, you will find a 240W 6A charger, which, this time, is fully braided. While Cuktech always bundles high-power cables with its chargers and power banks, they are usually regular and unassuming. This time, the cable is much nicer, matching the charger's $59.99 price tag. The charger itself measures 67 x 76 x 33 mm or 2.6 x 3.0 x 1.3 inches and weighs about 250 grams. Considering the charger has four ports and a big display, I would say the compact size is quite impressive, albeit a little hefty. The overall design is similar to other chargers from the manufacturer, minus the chrome Cuktech logo next to the four ports. The Cuktech 10 Ultra has retractable prongs for better portability. Its front side is covered with piano black plastic housing two elements: a capacitive button with backlight and a quite large display for various charging stats. Ports are downward-facing, and I have mixed feelings about such a design. It is not the most convenient when you frequently connect and disconnect cables. It makes you bend over to find the right port to connect, and it is a no-go with outlets mounted closer to the floor. On the bright side, design like this eliminates clutter and sagging, especially when using four cables at once. Plus, you get plenty of space for a big display. Ports include two high-speed USB Type-C ports, one Type-C for less demanding devices, and one classic USB Type-A. The first two ports deliver full 100W, while the third is capped at 45W. As for the Type-A port, its maximum output is 18W. In total, the charger delivers 110W of power, but in my testing, I managed to squeeze 117W when charging two power banks and a tablet. Quite impressive. Type-C1 Type-C2 Type-C3 Type-A Single-port 100W 100W 45W 18W Two ports 80W 20W - - Three ports 65W 20W 20W - Four ports 65W 20W 10W 10W The charger can detect handshake protocols and balance power across all four ports according to each device's needs. As such, power is not limited to the values in the table above. You can have two ports charging at 55W, three ports at 45W + 20W, and more. For some reason, Cuktech is not listing the supported protocols, but a quick test showed that it is compatible with PD3.0, PPS, QC5, DCP, and UFCS. When you connect a compatible device, the charger automatically detects its charging standard and displays it on the screen, for example, Apple 6A or Samsung 3A. Speaking of the screen. The main highlight of the 10 Ultra is its 1.57-inch display with a maximum brightness of 700 nits and 160-degree viewing angles. The display takes up most of the front, and it shows various charging-related information, including total output power, current temperature, power distribution across ports with watts, volts, and amps, a screensaver, and more. You can toggle between the different views by tapping the button, and holding it changes the screen orientation (portrait or horizontal, plus flipped) according to your socket position. The screen is very nice. It is sharp, vivid, and the fonts are easy to read. As for settings, you can change the following: Keep the screen on or off Lock the screen orientation (hold the button to change the screen orientation) Keep the USB Type-A port on Toggle power modes The charger has three power modes: AI: standard mode that automatically allocates power to each connected device. Power Priority: prioritizes power for high-demand devices, such as laptops or power banks. Balanced: splits power evenly across connected devices according to their needs I was skeptical at first, but after testing a few devices in different modes, I can see the benefit of these three modes. The most useful is power priority, which gives the first Type-C port more power. When I was charging a 100W power bank (port 1) alongside a 140W power bank (port 2), Power Priority split the total output about 75-30. Balanced mode, as the name suggests, splits the total output between the two ports more or less equally. As for AI mode, the charger uses its brain to detect which device needs more power. In my testing, it figured out that the 140W power needs a bit more juice. As I said, I expected this to be more of a gimmick, but the three built-in modes turned out quite useful. For example, you can prioritize your laptop while giving other ports a little less power, but still enough to charge at acceptable speeds. Unfortunately, unlike the 30 Ultra, this charger cannot display the battery level of the device being charged. This small feature turned out to be very useful when I was testing the 30 Ultra, as it allowed me to see my phone's battery level without picking it up. Like other Cuktech chargers I tested, the 10 Ultra one proved itself reliable and well-made. It uses Gallium nitride semiconductor technology to reduce the charger's size and improve efficiency. It is also better at dissipating heat, but I have to say that when charging two power banks at 117W total, the charger got hotter than what I would call comfortable (hold it for a few seconds, and you start feeling a burning sensation at your fingertips). However, the built-in thermal indicator remained below the temperature threshold, with the screen reassuring that the device operated at "High performance" (I tested it in a 21 °C / 69 °F room). Overall, the Cuktech 10 Ultra is a solid choice. If you need four ports and you like to nerd out on various stats, it is a very easy recommendation. It will take care of your laptop, phone, tablet, and power bank without breaking a sweat, plus the build, material, and cable quality are top-notch. The mode switcher is handy when charging different devices with different power needs, too. I cannot say a display is a must-have in a charger, especially when it makes you more conscious about where to plug it, but it is a neat addition if you have a socket at your table or bed level, so that you can actually use the display and its features. The more important fact is that despite its size and quality, the display does not make the charger that much more expensive than similarly powerful chargers from competitors. Plus, you can save 10% on the 10 Ultra with a promo code on Amazon. Buy Cuktech 10 Ultra charger - $53.99 on Amazon with a promo code As an Amazon Associate, we earn from qualifying purchases.
    • Last week I was investigating an issue with contacts and tried using the new Outlook. In the real (Classic) Outlook, you can easily go to any Outlook folder and present it in a Table View, then customize the columns to show/sort any field, which was exactly what I needed. But of course, the new Outlook doesn't have this feature at all. I gave up. Oh, and can we possibly stop claiming the new Outlook has PST support? What it really has is the ability to use the real Outlook in the background to pretend to have PST support. There is no PST support without the real Outlook installed.
    • Honestly just before Panos left it started to feel like MS just wasnt interested in them so they were being less innovative with them, and then when he DID leave for Amazon its kind of clear the direction is gone. It felt like Panos had both goals and drive, and a vision, but it felt like no matter what his title/department was the Surface devices never had the full interest of the rest of management and he was just pushing a bolder up a hill that MS was adding dirt to as he went.
    • A roguelike and a 4X strategy game are free to claim on the Epic Games Store by Pulasthi Ariyasinghe The final leg of the Epic Games Store's mystery giveaways promotion just landed, and it brought along two more games to keep. Last week's Lonestar and Calico giveaways have now been replaced with copies of Rogue Waters and Songs of Conquest to claim for PC gamers. As always, the game is yours to add permanently to your Epic Games Store library within the next seven days. Diving into the games, Songs of Conquest is developed by Lavapotion. This is a turn-based 4X strategy experience that has players making tough decisions and participating in tactical combat while also managing their kingdom. "Songs of Conquest is a turn-based strategy game inspired by 90s classics. Lead powerful magicians called Wielders and venture to lands unknown," explains the developer. "Wage battles against armies that dare oppose you, hunt for powerful artifacts and expand your territory. The world is ripe for the taking – seize it." Meanwhile, Rogue Waters comes from developer Ice Code Games. This rogue-lite experience has you taking the role of Captain Cutter as he commands his ship and crew through procedurally generated encounters. You'll be recruiting and training crew, use sea creatures, and battle with other ships and pirates. "Set sail as Captain Cutter, a pirate caught in a deadly struggle for power and vengeance," adds the developer. "Navigate dangerous waters, unleash mythical sea creatures, and outwit enemies as you chase legendary treasure and confront dark secrets." The newly available Rogue Waters and Songs of Conquest giveaways on the Epic Games Store are set to run until June 11, giving PC gamers seven days to claim the latest offer. Once this closes out, a new freebie will take its place on the same day, which is slated to be Warhammer 40K Speed Freeks. Don't forget that mobile gamers can check out the Epic Game Store's weekly giveaways on Android and iOS to grab a freebie there as well.
    • Still using Classic Outlook? Microsoft highlights 15 reasons to switch to New Outlook by Usama Jawad As many of you may know, Microsoft has been trying to get customers to ditch Classic Outlook in favor of New Outlook for quite some time now. To that end, it has added numerous capabilities to the latter, including PST features, and it is working on several more, such as a unified inbox. However, customer response has been a bit lukewarm so far, with many considering the New Outlook to be "hot garbage". Now, Microsoft has highlighted 15 features that users can leverage in New Outlook in yet another attempt to get customers to migrate. Although not all of the 15 capabilities are exclusive to New Outlook, in fact, most of them are available in Classic Outlook as well. But Microsoft hopes that this combination of familiar and fresh features will be able to attract existing users as well as new ones. For ease of readability, we have summarized the 15 features below: Pin an email: This makes it easier to track important emails Snooze an email: You can temporarily snooze an email thread for a specific time frame until it becomes relevant again. This can be very useful in scenarios where you don't feel like actively following a thread or simply want to follow up on a later date Add multiple categories at the same time: You can assign multiple categories to an email through a single, simplified interface Sweep: As the name implies, you can define automated move processes on your inbox to declutter it, rather than cleaning it up manually Schedule send: Does exactly what it says on the tin, and can be useful when accommodating recipients in different timezones Simplified folder sharing: The sharing process has been simplified so permissions are automatically applied on parent folders Follow a meeting: This is an RSVP option that lets people know that you won't be able to join the meeting but would still like to access a recap Save calendar views: You can save different views for the calendar based on different workflows Improved meeting tracking: Organizers have more controls in viewing meeting responses, such as the ability to sort and download them. Typically useful when there is a large audience Meeting recap: The Outlook Calendar surfaces a meeting recap with recordings, transcripts, and shared files Filtered views: Allows you to declutter your Calendar so that it's easier to scan and schedule Change a recurring event: Users can modify future events of a series of meetings while preserving the configuration of previous ones Rename your email account: This labeling makes it easier to identify multiple accounts in Outlook Modern themes: Exactly what the name says, plus Dark Mode Keyboard shortcuts: This facilitates flexible user behavior as customers can choose between Outlook for Windows shortcuts, Outlook for the web, or turn them off completely There you have it. It's a decent list, but it remains to be seen if it will move the needle in a meaningful way for users who are attached to Classic Outlook. Again, a lot of the aforementioned features are already available in Outlook Classic, but for some, native functionality is not present, and people typically resort to workarounds. Microsoft will be hoping that it's primarily those capabilities that get people to finally switch.
  • Recent Achievements

    • Conversation Starter
      mobandz earned a badge
      Conversation Starter
    • Apprentice
      fernan99 went up a rank
      Apprentice
    • One Month Later
      nothanks earned a badge
      One Month Later
    • One Month Later
      B2Proxy earned a badge
      One Month Later
    • One Year In
      MadMung0 earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      478
    2. 2
      PsYcHoKiLLa
      247
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      76
    5. 5
      Michael Scrip
      60
  • Tell a friend

    Love Neowin? Tell a friend!