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

    • Amazon eero Pro 6E mesh Wi-Fi system 2-pack is 27% off by Ivan Jenic The Amazon eero Pro 6E mesh Wi-Fi system is currently $239.99 on Amazon for the 2-pack, down from $329.99. That's 27% off and $90 saved for a solid Wi-Fi solution that covers your entire home (purchase link down below). The 2-pack covers up to 4,000 square feet (372 square meters) and supports 100+ connected devices, which handles the vast majority of home setups without breaking a sweat. Wi-Fi 6E brings access to the 6 GHz band for lower latency across the network, and the 2.5 Gb Ethernet port supports gigabit+ internet plans if your ISP offers them. eero's TrueMesh technology handles traffic routing automatically, so you're not manually managing which devices connect to which node. You set up the entire thing through the eero app, and the entire process takes a few minutes. The system also receives automatic security updates in the background, so once you set it up, you don't have to worry about compatibility issues. If you're covering a larger home or want more nodes, the 3-pack is $329.99 and the 4-pack is $479.98, both at similar discount levels. It's worth mentioning that a newer model exists, which is likely the reason for the discount, but the Pro 6E is still perfectly capable hardware for most homes. Amazon eero Pro 6E mesh Wi-Fi system 2-pack - $239.99 | 27% off on Amazon This Amazon deal is US-specific and not available in other regions unless specified. This is a first-party seller link (at the time of article publishing); ensure that you also purchase from a first-party seller link only. If you don't like it or want to look at more options, check out the previous deals that we have covered, OR you can also visit Amazon US deals page. Get Prime (SNAP), Prime Video, Audible Plus or Kindle / Music Unlimited. Free for 30 days. As an Amazon Associate, we earn from qualifying purchases.
    • On Tuesday, Microsoft drilled another hole in the duo's sinking relationship with the debut of its MAI-Thinking-1 AI model, a midsize model that the company said is intended for high-efficiency, low-token-cost situations...... https://finance.yahoo.com/markets/article/microsoft-and-openais-relationship-continues-to-crumble-183330195.html  
    • Ladybird Browser is no longer accepting outside contributions thanks to AI by David Uzondu The Ladybird Browser Project has announced it will no longer accept public pull requests and will limit changes to those made by its maintainers as it works towards its first alpha release. According to Ladybird's creator Andreas Kling, this is "not a change we make lightly," but the rapid shift in AI capabilities forced their hand. Previously, a massive PR implied that the person behind it put a lot of care into the code and is ready to "answer for the consequences." Now with AI, anyone can generate a PR without even understanding the bug fix or feature they want merged. The blog post goes on to say that the team is closing all open public pull requests immediately, and that maintainers will not treat external forks as a review queue for upstream Ladybird. Instead, the team wants outside contributors to focus on reporting bugs and running tests. Kling started Ladybird back in 2019 as LibHTML, a simple HTML viewer for his hobby operating system, SerenityOS, but by September 2022, it had turned into a full-fledged browser project. What sets Ladybird apart from the likes of Google Chrome, Apple Safari, or Mozilla Firefox is its totally independent engine, which does not rely on pre-existing codebases. The project maintains a strict policy against default search engine deals or user data monetization, keeping development funded entirely by donations and sponsorships. Generative AI is forcing open source project maintainers to rethink how they handle public code contributions (and the whole open-source thing in general). One month ago, a leak about the National Health Service (NHS) suggested the organization was planning to take all of its public repositories private ahead of a May 11 deadline, thanks to Mythos (an AI model that Anthropic believes is too dangerous to be released to the public) and its ability to find and write exploits for zero-day vulnerabilities. Thankfully, the Government Digital Service (GDS) issued a counter-report titled "AI, open code and vulnerability risk in the public sector" that stopped the shutdown by pointing out that hiding code does not improve security.
    • Kalmuri 4.2.4 by Razvan Serea Kalmuri is your all-in-one, portable screen capture and recording solution designed for speed, simplicity, and flexibility. Whether you need a full-screen snapshot, a custom area, a scrolling webpage, or smooth video recording, Kalmuri delivers with ease. Capture text instantly from images with built-in OCR, keep floating images on top for quick reference, and use the precise color picker for perfect design matching. Customize hotkeys to work your way and share results instantly with built-in upload options. Kalmuri runs without installation, making it ideal for USB use, and offers an intuitive interface that’s easy to learn. Kalmuri key features: Video recording support (designation of whole screen and area) Whole screen, active program, window control, area application Extract text from images using optical character recognition (OCR). Support for PNG, JPG, WEBP, BMP, GIF file formats MP4 video recording powered by FFmpeg for high-quality results Full web page capture Share the captured image on the web Color extraction function Printer output Hotkey settings Adjustable via keyboard for area capture (Arrow key, Ctrl+Arrow key, Shift+Arrow key) File name format (sequential, datetime) Free to use it at work, at home, in government offices, at school, etc. Using Kalmuri portable for video recording Kalmuri’s portable version doesn’t include FFmpeg, which is required for video recording. Without it, you’ll get an “error FFmpeg.exe not found” message. To fix this, download FFmpeg from the provided link, extract it, and place FFmpeg.exe in Kalmuri’s folder. Kalmuri will then recognize it automatically, allowing you to start recording in high quality instantly. Kalmuri 4.2.4 changelog: Fixed an issue where color picking could occasionally freeze Improved capture stability Resolved a possible unexpected app shutdown in certain cases Refined internal handling for a smoother experience Download: Kalmuri 4.2.4 | 24.2 MB (Freeware) Download: Kalmuri Portable 4.2.4 | 2.1 MB View: Kalmuri Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • I like the show more options. The only problem with it is that it's not always in a consistent spot in the menu. If the copy/paste/cut, happens to show on top, then more option is the last in the menu. But if copy/paste/cut happens to show on the bottom, then more options is before the copy/paste/cut. But I do like the more options because it hides the stuff that I rarely use. But I would like to choose what it is or isn't hiding. That would make it better.
  • Recent Achievements

    • Week One Done
      I2D earned a badge
      Week One Done
    • Week One Done
      Dr Jared Dental Studio earned a badge
      Week One Done
    • Week One Done
      RG INVESTMENT GROUP earned a badge
      Week One Done
    • Very Popular
      The Norwegian Drone Pilot earned a badge
      Very Popular
    • Very Popular
      s0nic69 earned a badge
      Very Popular
  • Popular Contributors

    1. 1
      +primortal
      484
    2. 2
      PsYcHoKiLLa
      258
    3. 3
      Skyfrog
      84
    4. 4
      FloatingFatMan
      64
    5. 5
      Michael Scrip
      63
  • Tell a friend

    Love Neowin? Tell a friend!