Recommended Posts

On 7/20/2020 at 12:46 PM, ajjmin said:

Will you support gapless playback in the future?

I don't know. The reason why it's not yet supported is that it is very hard to implement. Gapless playback stems from the time of records, which are gapless by design due to the music being recorded one an uninterrupted track. Audio files are separate entities (honestly, why on earth are gapless records ripped as separate files in the first place?). Getting them to play gapless, is not trivial. A music player needs to load a file in order to play it, and that comes with, at least, some milliseconds of delay. This delay is noticeable between 2 tracks (unloading the previous one, and loading the next one). Gapless playback of files requires this:

 

  1. Play a file
  2. Load the next file in memory before the previous file has finished playing
  3. Just before (good luck getting this timing right) the previous file is finished playing: 
    1. Shortly fade out the previous file
    2. Start the next file and shortly fade it in (not too long! The user may cannot notice we are fading! This is not a cross-fading plugin!).
    3. IMPORTANT: do a rain dance, jump 10 times up and down, avoid all black cats, Friday the 13th's and walking under ladders (for those that believe in this crazy stuff, I don't care, and tempt fate every time I can), and hope that the user didn't hear that click or pop between the 2 files (which the player tries to mask by doing the fancy fade out/fade in trick).

 

Dopamine 2 will never support it, as the audio engine doesn't have such possibility built-in. And I'll never get all this madness right by adding workarounds around the engine.

Dopamine 3? Maybe, maybe not. I haven't reached audio engine testing with it yet.

1 hour ago, Code Name: Lockdown said:

Are "gapless" and "crossfaded" the same thing?  It seems like what you described is crossfading?

They are 2 different things. But gapless requires short crossfading to mask the click or pop that can occur when switching tracks. Closing and reopening the audio device can cause this, and even if the player would play the files directly after each other, without crossfading, users won't be happy, as they would still hear a click between tracks. Quite some trickery is required to have a perfect illusion of gapless. That is why gapless is never the first feature a player supports. I honestly find it annoying. Annoying that we need so much effort and trickery to get around the fact that the format (files) is being misused and that a feature of a totally different format is expected. It's like when switching from horses to cars, the car drivers would expect car makers to make cars jump up and down to simulate the horse's walk on pavement.

  • Thanks 2

@Raphaël G. I've updated the danish language for Dopamine. I edited the DA.XML file on a Mac using CotEditor. For the adventurous I've uploaded the "DA.XML" file here on my Jumpshare account. I will test on my Windows partition also - since I speak danish I really should test. I edited the file on macOS using CotEditor.
Direct link to DA XML

 

On 8/9/2020 at 9:17 AM, allan.nyholm said:

@Raphaël G. I've updated the danish language for Dopamine. I edited the DA.XML file on a Mac using CotEditor. For the adventurous I've uploaded the "DA.XML" file here on my Jumpshare account. I will test on my Windows partition also - since I speak danish I really should test. I edited the file on macOS using CotEditor.
Direct link to DA XML

 

Thank you! I've downloaded the file. Looks great. 👍

  • Like 1
  • 2 weeks later...
On 8/5/2020 at 9:39 PM, Raphaël G. said:

I don't know. The reason why it's not yet supported is that it is very hard to implement. Gapless playback stems from the time of records, which are gapless by design due to the music being recorded one an uninterrupted track. Audio files are separate entities (honestly, why on earth are gapless records ripped as separate files in the first place?). Getting them to play gapless, is not trivial. A music player needs to load a file in order to play it, and that comes with, at least, some milliseconds of delay. This delay is noticeable between 2 tracks (unloading the previous one, and loading the next one). Gapless playback of files requires this:

 

  1. Play a file
  2. Load the next file in memory before the previous file has finished playing
  3. Just before (good luck getting this timing right) the previous file is finished playing: 
    1. Shortly fade out the previous file
    2. Start the next file and shortly fade it in (not too long! The user may cannot notice we are fading! This is not a cross-fading plugin!).
    3. IMPORTANT: do a rain dance, jump 10 times up and down, avoid all black cats, Friday the 13th's and walking under ladders (for those that believe in this crazy stuff, I don't care, and tempt fate every time I can), and hope that the user didn't hear that click or pop between the 2 files (which the player tries to mask by doing the fancy fade out/fade in trick).

 

Dopamine 2 will never support it, as the audio engine doesn't have such possibility built-in. And I'll never get all this madness right by adding workarounds around the engine.

Dopamine 3? Maybe, maybe not. I haven't reached audio engine testing with it yet.

Thank for your hard work and replies. This is by far the best and light weight player I've came cross that have amazing ui.

On 8/5/2020 at 11:40 PM, Raphaël G. said:

They are 2 different things. But gapless requires short crossfading to mask the click or pop that can occur when switching tracks. Closing and reopening the audio device can cause this, and even if the player would play the files directly after each other, without crossfading, users won't be happy, as they would still hear a click between tracks. Quite some trickery is required to have a perfect illusion of gapless. That is why gapless is never the first feature a player supports. I honestly find it annoying. Annoying that we need so much effort and trickery to get around the fact that the format (files) is being misused and that a feature of a totally different format is expected. It's like when switching from horses to cars, the car drivers would expect car makers to make cars jump up and down to simulate the horse's walk on pavement.

Oh, I didn't know they are two separate things. Is there an option for crossfading?

  • 2 weeks later...

Hello everyone!

 

Dopamine 2.0.4 has been released. This is the change log:

 

– [Fixed] Playlists now load slightly faster
– [Fixed] Album list does not always reflect the choice of artist type (Song artists, Album artists or All artists)
– [Fixed] Audio is resampled to lower quality instead of playing at full quality
– [Changed] Updated the Hungarian translation

 

Enjoy!

 

Download here

  • Like 2
On 06/09/2020 at 09:32, Raphaël G. said:

Hello everyone!

 

Dopamine 2.0.4 has been released. This is the change log:

 

– [Fixed] Playlists now load slightly faster
– [Fixed] Album list does not always reflect the choice of artist type (Song artists, Album artists or All artists)
– [Fixed] Audio is resampled to lower quality instead of playing at full quality
– [Changed] Updated the Hungarian translation

 

Enjoy!

 

Download here

For me, after each update, the icon on the taskbar disappears. It becomes white as a deleted program.  Not only after this update.

wBZ9bkC.png

  • 2 weeks later...
On 08/09/2020 at 15:25, kukata said:

For me, after each update, the icon on the taskbar disappears. It becomes white as a deleted program.  Not only after this update.

wBZ9bkC.png

I'm aware of that issue and have not yet found a solution to it. Re-pinning is the only workaround.

 

(No idea how to prevent this message to merge with the previous, but, here goes)

 

Dopamine 2.0.5 has just been released. Please check the change log below:

 

- [Added] Added support for the APE file format
- [Added] Added support for ModernFlyouts (https://github.com/ShankarBUS/ModernFlyouts/)
- [Changed] Updated the Portuguese (Portugal) translation
- [Changed] Updated the Chinese (Simplified) translation

 

Download here

 

Enjoy!

  • 1 month later...

Hi,

 

I am new in these forums, and I have just discovered Dopamine player. I wanted first to say thanks for this player as it -finally- is what I was looking for (I used others until now, but I was never really satisfied). 

 

I have a little problem though. I use the 2.0.5, and I find that the equalizer is not smooth at all, it sticks and lags, 1 second or less, and is not smooth. I am testing it in a new laptop (Asus G732LXS, Strix SCAR III, brand new). Other programs run smooth and fine, so I don't see why it could do that. The files I play are mp3 at low bitrate 128 or so... I would like to know if someone has found that too, and if not if you have some hint or thing I could test.

 

Thanks for any help, and congrats for this wonderful, nice and well balanced app.

 

  • 1 month later...

I've been using Dopamine for about 3 weeks now, but my chief complaint is that I can not open a music file from explorer, despite that it is set as the default player. Is this an issue or something I am doing wrong?

  • 2 weeks later...

Hey there, been using Dopamine for a while now. I've been wondering if there was any way to export or change the directory of a playlist? I wanted to move and change the name of my music folder but then my playlist would obviously stop working. I want to keep the order of the playlist the way I set it. I thought the playlist file Dopamine makes would work but it still needs the same directory.

I finally got my Surface Pro X! At $200 off for the holiday I was able to pick up the SQ1 128GB model for $800! Dopamine runs without error, so I'm happy on that front, but it's noticeably sluggish. Has there been any progress towards an ARM build? Just curious, no pressure. You already said it may not even be possible. Was just wondering if it's been looked into or considered more. Thanks for continuing to make Dopamine awesome!

Hi all,

 

Thanks a lot for dopamine.
I discover the product and find it perfect.
Just a quick question:
My PC screen does not switch to slepp mode when Dopame is launched so I have no problem with other software.
Is this normal? Is this a parameter to change?
If this is not normal, I will be happy to send you my logs.

Thanking you

 

Marc

  • 2 weeks later...
On 01/11/2020 at 22:05, Darkbluesky said:

Hi,

 

I am new in these forums, and I have just discovered Dopamine player. I wanted first to say thanks for this player as it -finally- is what I was looking for (I used others until now, but I was never really satisfied). 

 

I have a little problem though. I use the 2.0.5, and I find that the equalizer is not smooth at all, it sticks and lags, 1 second or less, and is not smooth. I am testing it in a new laptop (Asus G732LXS, Strix SCAR III, brand new). Other programs run smooth and fine, so I don't see why it could do that. The files I play are mp3 at low bitrate 128 or so... I would like to know if someone has found that too, and if not if you have some hint or thing I could test.

 

Thanks for any help, and congrats for this wonderful, nice and well balanced app.

 

Sorry for the late reply. I loose track of communication. Thank you for liking Dopamine. I'm not sure why the equalizer lags for you. I know that it is not perfect, but I'm not experiencing that specific issue. The libraries that I use in Dopamine are somewhat limited in possibilities, so I can images it causing problems on specific hardware. I'm hoping to improve that in Dopamine 3, which will use totally different technology. Dopamine 3 is currently in development. The road to a feature rich player is still long, but I hope to have a working basic player (which will be the start of the preview program) in a few weeks and will add features gradually. 

On 08/12/2020 at 18:06, jnelsoninjax said:

I've been using Dopamine for about 3 weeks now, but my chief complaint is that I can not open a music file from explorer, despite that it is set as the default player. Is this an issue or something I am doing wrong?

Are you using the portable of installed version? With the installed version it should be possible to associate file types to Dopamine: right-click on an audio file, choose "Open with > Choose another app", select Dopamine from the list, check the box "Always use this app to ope ... files" and click OK.

On 17/12/2020 at 07:35, Frankdoodle1 said:

Hey there, been using Dopamine for a while now. I've been wondering if there was any way to export or change the directory of a playlist? I wanted to move and change the name of my music folder but then my playlist would obviously stop working. I want to keep the order of the playlist the way I set it. I thought the playlist file Dopamine makes would work but it still needs the same directory.

That's not currently possible. I'm not sure if other players handle this well. If you know a player which does this, I'd like an example, which I could use to improve Dopamine :) Your only work-around for now would be to perform a search and replace of the music directory in the playlist files.

On 21/12/2020 at 08:58, Darrian said:

I finally got my Surface Pro X! At $200 off for the holiday I was able to pick up the SQ1 128GB model for $800! Dopamine runs without error, so I'm happy on that front, but it's noticeably sluggish. Has there been any progress towards an ARM build? Just curious, no pressure. You already said it may not even be possible. Was just wondering if it's been looked into or considered more. Thanks for continuing to make Dopamine awesome!

Unfortunately, that is currently not planned.

On 28/12/2020 at 18:05, Markef said:

Hi all,

 

Thanks a lot for dopamine.
I discover the product and find it perfect.
Just a quick question:
My PC screen does not switch to slepp mode when Dopame is launched so I have no problem with other software.
Is this normal? Is this a parameter to change?
If this is not normal, I will be happy to send you my logs.

Thanking you

 

Marc

That's a known issue. See: https://github.com/digimezzo/dopamine-windows/issues/1227. I'll try to resolve this for the next release.

4 hours ago, Raphaël G. said:

Are you using the portable of installed version? With the installed version it should be possible to associate file types to Dopamine: right-click on an audio file, choose "Open with > Choose another app", select Dopamine from the list, check the box "Always use this app to ope ... files" and click OK.

Installed version, and I have the files associated to Dopamine, but the file(s) will not open if I just double click them in explorer.

  • 4 weeks later...

New problem suddenly appeared: same as before, double clicking a file via explorer launches the program, but will not play the track, and even now when I open the program, my albums list is empty as is the Songs, and going to Folders and adding a song that way also yields no playback of the track. I uninstalled the program and reinstalled it, went through the whole welcome screens, and it is acting just as it was before.

On 30/01/2021 at 17:15, jnelsoninjax said:

New problem suddenly appeared: same as before, double clicking a file via explorer launches the program, but will not play the track, and even now when I open the program, my albums list is empty as is the Songs, and going to Folders and adding a song that way also yields no playback of the track. I uninstalled the program and reinstalled it, went through the whole welcome screens, and it is acting just as it was before.

Sorry for the delay answering this. I'll try to keep better track of my messages.

Could you send me the log file? When you say it is acting as before, do you mean that it works again, or still fails to play the tracks?

2 hours ago, Raphaël G. said:

Sorry for the delay answering this. I'll try to keep better track of my messages.

Could you send me the log file? When you say it is acting as before, do you mean that it works again, or still fails to play the tracks?

For a period of time I could double click an mp3 in explorer and it would launch and play via Dopamine, but just as suddenly it started, it stopped, and then the new issues arise. Where would you like me to send the log file?

1 hour ago, jnelsoninjax said:

For a period of time I could double click an mp3 in explorer and it would launch and play via Dopamine, but just as suddenly it started, it stopped, and then the new issues arise. Where would you like me to send the log file?

Please e-mail it to [email protected]. Thanks.

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

    • inb4 someone leaves the usual "what an unfortunate name" comment
    • 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.
  • 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
      477
    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!