Recommended Posts

Hello,

 

I'm a new Dopamine user and I really like the player.

 

I have some questions about it though and how it handles album art.

 

It seems to pick up "folder.jpg" files fine when no album art is embedded in the files (how I like to manage my album art).


When it automatically downloads album art though, what source is it using and where is it storing them? Is it embedding the art into the file?

 

Also, what does "loving"/"hearting" a track do? How does this differ from giving it a rating? Do any of these properties alter the ID3 tags of the files?

 

Thank you!

On 1/20/2017 at 0:43 AM, Zagadka said:

I have those checked, but the program still shows in the taskbar while playing

Strange. Do you have more details about the steps you're performing while trying to get Dopamine in the tray? Which build are you using?

On 1/21/2017 at 11:42 PM, quaffle said:

Hello,

 

I'm a new Dopamine user and I really like the player.

 

I have some questions about it though and how it handles album art.

 

It seems to pick up "folder.jpg" files fine when no album art is embedded in the files (how I like to manage my album art).


When it automatically downloads album art though, what source is it using and where is it storing them? Is it embedding the art into the file?

 

Also, what does "loving"/"hearting" a track do? How does this differ from giving it a rating? Do any of these properties alter the ID3 tags of the files?

 

Thank you!

It's indeed programmed to pick up folder.jpg/png, cover.jpg/png, front.jpg/png when there is no embedded art. I plan to add customization options in the next version (1.3), so you can force it to look for any file name.

Automatic album art download is using Last.fm.

 

Loving track just marks them as loved. There is currently no way to automatically create playlists based on loved tracks. But version 1.3 will add that. Love is more useful if you use Last.fm. Once you log in to your last.fm account in Dopamine, loving a track sends a "love" request to Last.fm. That track will appear in you last.fm profile as being loved. Love/unlove is not stored into ID3 tags. It is just stored in the Dopamine database.

  • Like 2
On 1/22/2017 at 7:30 AM, Nick H. said:

I have a tiny request. Can you set it so that when Dopamine is in focus, the space bar is play/pause?

I had this request a lot. And tried to add it multiple times. I fail each time, because of the search field. Space is an allowed character in the search box, because you can search for multiple terms. It's hard to make a distinction between pressing space for play/pause or for searching. Both conflict with each other.

1 hour ago, Raphaël G. said:

I had this request a lot. And tried to add it multiple times. I fail each time, because of the search field. Space is an allowed character in the search box, because you can search for multiple terms. It's hard to make a distinction between pressing space for play/pause or for searching. Both conflict with each other.

i'm not sure if this would help with implementation but why not disallow pressing space as the 1st character in the search box?

There should be no reason to start with a space when searching so if there's nothing in the search box it could continue to the next possible action and play/pause

  • Like 2
2 hours ago, Raphaël G. said:

I had this request a lot. And tried to add it multiple times. I fail each time, because of the search field. Space is an allowed character in the search box, because you can search for multiple terms. It's hard to make a distinction between pressing space for play/pause or for searching. Both conflict with each other.

That's a shame. I love the work that you've done on this, it's truly amazing. I do have moments though where I automatically go to the space bar to stop the music, and I get a tad annoyed that it doesn't pause the track.

 

You've made this open source now, though? I don't pretend to have the knowledge of you guys, but maybe someone could find a way to make it work and then send you the coding? I don't plan on moving away from this as my default player, but that functionality would be great for me.

1 hour ago, Brandon H said:

i'm not sure if this would help with implementation but why not disallow pressing space as the 1st character in the search box?

There should be no reason to start with a space when searching so if there's nothing in the search box it could continue to the next possible action and play/pause

But what about when there's a space in between two words?

 

I know video players like MPC-HC use space to play/pause but do any other music players? I'm not disagreeing by the way as it would be handy some times as a quick way to pause.

3 minutes ago, dakn said:

But what about when there's a space in between two words?

 

I know video players like MPC-HC use space to play/pause but do any other music players? I'm not disagreeing by the way as it would be handy some times as a quick way to pause.

I find "space" it useful for video players. For audio players not so much. This is the link to the Dopamine work item: https://github.com/digimezzo/Dopamine/issues/142

From my research back then:

  • Winamp: doesn't react on space
  • Foobar2000: doesn't react on space
  • MusicBee: space automatically triggers a search
  • Groove: doesn't react on space

It's not the code which is the problem: I can handle code. It's coming up with workable logic which is. I give priority to the search box for now.

1 hour ago, dakn said:

But what about when there's a space in between two words?

 

I know video players like MPC-HC use space to play/pause but do any other music players? I'm not disagreeing by the way as it would be handy some times as a quick way to pause.

yes my thought is just the 1st character would disallow the space but if there are already characters typed into the search then space would work as intended in the search box

 

edit: thought on my logic:

if Search = null

    Space = Play/Pause

else

    Space = Space

on paper it seems possible but what do you think @Raphaël G.?

 

3 minutes ago, Raphaël G. said:

I find "space" it useful for video players. For audio players not so much. This is the link to the Dopamine work item: https://github.com/digimezzo/Dopamine/issues/142

From my research back then:

  • Winamp: doesn't react on space
  • Foobar2000: doesn't react on space
  • MusicBee: space automatically triggers a search
  • Groove: doesn't react on space

It's not the code which is the problem: I can handle code. It's coming up with workable logic which is. I give priority to the search box for now.

Yeah I find most video players respond with space, but I have trained my brain to use my media keys on my keyboard which is much better and is supported by pretty much everything...

Other things...

 

First, the "song now playing" notification that lets you target which corner of the monitor doesn't work on dual monitor displays (to my knowledge)

 

Cross fading?

 

And still having the problem with the taskbar. It does minimize to the tray properly (ie, without the entry on the taskbar), but if the app is visably open in any mode, it pops back onto the taskbar.

1 hour ago, Zagadka said:

Other things...

 

First, the "song now playing" notification that lets you target which corner of the monitor doesn't work on dual monitor displays (to my knowledge)

 

Cross fading?

 

And still having the problem with the taskbar. It does minimize to the tray properly (ie, without the entry on the taskbar), but if the app is visably open in any mode, it pops back onto the taskbar.

Ohw, that's a known "issue". When removing the icon also when the window is visible, some breakage occurs. More of a windows limitation (if I remember correctly). I tried that once, but there appears a small window title at the bottom left of the screen when minimizing a second time. A bit like when minimizing in the old windows 3.1 days, like on this mock up. You tell windows not to use the task bar, so windows puts it on the desktop. I didn't find a solution back then and stopped looking.

 

 

 

mockup.png

On 1/23/2017 at 10:47 PM, Brandon H said:

yes my thought is just the 1st character would disallow the space but if there are already characters typed into the search then space would work as intended in the search box

 

edit: thought on my logic:


if Search = null

    Space = Play/Pause

else

    Space = Space

on paper it seems possible but what do you think @Raphaël G.?

 

OK, I decided to do it that way. That should make everyone happy. Details here: https://github.com/digimezzo/Dopamine/issues/142

  • Like 1

I've released a new preview. This is the change log:

 

2017-02-01: Dopamine 1.3 Build 884 (Preview)

 

- [Added] The keyboard space bar now toggles play and pause when there is no search being performed

- [Changed] 'Cloud' screen was renamed to 'Frequent'

- [Changed] Updated the Spanish translation

- [Changed] Updated the Russian translation

- [Changed] Updated the French translation

- [Fixed] Fixed an occasional crash which happened when automatically scrolling to the playing song

- [Fixed] Mini player windows are buggy in Windows 10 tablet mode

- [Fixed] Playback bug when queuing the same track multiple times by using 'Play next'

- [Fixed] A possible startup crash caused by the tray icon

- [Fixed] A conflict with the search box when changing the volume by pressing - or +

 

Download here

 

 

 

Your product has greatly progressed since preview build 145, and I very much appreciate your efforts.

 

I don't know when this problem appeared, but it was present in release build 1.2.862.4 and is in 1.3.884. The issue arises when you encounter a "collection" (i.e., sampler) CD where there are various contributing artists but the album name, artist -- in this case, Chip Davis -- and the embedded cover image is constant in each track/mp3 file. Instead of showing all tracks under one album, in numerical order, they are grouped into 'different' albums by their contributing artist(s). In the particular case (image attached) there are seven 'albums' displayed, each with two tracks (in numerical order), based upon the contributing artist's name. This is obviously a case of sorting based upon album artist vs. contributing artist.

 

Should there be a "Setting" which controls the order by which folder/album contents are grouped or have I missed a change in the way the ID3 tags should be defined?

Dopamine 1.3.884.jpg

2 hours ago, uninet said:

Your product has greatly progressed since preview build 145, and I very much appreciate your efforts.

 

I don't know when this problem appeared, but it was present in release build 1.2.862.4 and is in 1.3.884. The issue arises when you encounter a "collection" (i.e., sampler) CD where there are various contributing artists but the album name, artist -- in this case, Chip Davis -- and the embedded cover image is constant in each track/mp3 file. Instead of showing all tracks under one album, in numerical order, they are grouped into 'different' albums by their contributing artist(s). In the particular case (image attached) there are seven 'albums' displayed, each with two tracks (in numerical order), based upon the contributing artist's name. This is obviously a case of sorting based upon album artist vs. contributing artist.

 

Should there be a "Setting" which controls the order by which folder/album contents are grouped or have I missed a change in the way the ID3 tags should be defined?

Dopamine 1.3.884.jpg

Dopamine ignores the track's folder when grouping by album. Tracks are grouped into albums when tag Album title and album artist is the same. So for compilation albums, make sure to have 1 common album artist, e.g.: "Various artists".

 

Note: when there is no album artist, Dopamine uses the track artist as album artist. 

 

More info in the FAQ under Why are some of my songs not grouped in one album?

 

 

20 hours ago, Zagadka said:

Just a general note, Avast threw a Win32:Evo-gen error on Dopamine auto updating (it hasn't done this on updates before)

Don't take this personally. The following rant is aimed at Avast and other anti virus junk: I stopped caring about anti virus reports. Reasons stated in the Dopamine F.A.Q. It contains a link to an interesting blog post which explains why Anti virus software is a pain for the small developer.

 

Edit: and indeed, from the Virus-total report, the 2 same crappy engines flag it as suspicious again:

 

 

 

Untitled.png

  • Like 1

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

    • Weirldy, in Texas the age of consent is 17, not 18.
    • DXVK generally performs better on Linux (using Wine/Proton) than on Windows. Because Linux utilizes highly optimized, open-source Vulkan drivers (like RADV/ACO) that were specifically built for AMD Radeon hardware, the translation of Direct3D 9/11 to Vulkan is highly efficient. But if you take the trouble to watch my video, you can see that there are also advantages for Nvidia users. You see that I run Assassin's Creed Odyssey on 4GB RAM and on an i3-3240. What do you think are the minimum system requirements for windows11? For CPU-based rendering, Linux is generally faster than windows11 by about 15% due to lighter background overhead and efficient kernel scheduling.
    • NetSpeedTray 1.3.2 by Razvan Serea NetSpeedTray is a lightweight, open-source Windows network monitor that shows live upload and download speeds directly on the Taskbar. Designed for efficiency, it quietly sits in the system tray, conserving CPU and battery with dynamic updates. It blends seamlessly with Windows 10/11, adapts to light/dark themes, and auto-positions to avoid overlaps. Features include accurate interface detection, customizable display, optional mini-graph, color coding, granular font and unit control, detailed per-interface history graphs, safe data management, and easy CSV export—bringing the network monitoring Windows forgot. NetSpeedTray key features: Lightweight & Efficient Runs quietly in your system tray without consuming resources. Features a "Dynamic Update Rate" that lowers refresh frequency when the network is idle to save CPU and battery life. Native Look & Feel Blends seamlessly with Windows 10/11 UI. Smart detection for light and dark taskbar themes ensures text is always visible. Intelligent & Adaptive Positioning Automatically finds empty space next to your system tray and shifts to make room for new icons, preventing overlaps. Seamless OS Integration Behaves like a native Windows component. Hides instantly with auto-hiding taskbar Hides when a fullscreen app is active Smart Network Monitoring Accurate by Default: Auto mode identifies your main internet connection and ignores noise from VPNs or virtual adapters. Easy Interface Selection: Switch effortlessly between Auto, All, or Selected network interfaces via intuitive radio buttons. Total Visual Customization Free Move Mode: Unlock and place the widget anywhere on your screen. Optional Mini-Graph: Real-time graph of recent network activity with adjustable opacity. Color Coding: Customize colors and speed thresholds to quickly see network status. Granular Display Control Text & Font: Adjust font family, size, weight, and alignment. Units: Automatic (B/s, KB/s, MB/s) or fixed Mbps display. Precision: Set decimal places and always show them for uniform appearance. Detailed & Intelligent History Graph Smart Scale: Logarithmic scale shows low-level traffic and large spikes clearly. Per-Interface Filtering: View speed history for specific adapters (Wi-Fi, Ethernet, VPN). Safe & Efficient Data Management: Adjustable retention, automatic cleanup, optimized database. Easy Data Export: Export raw data to .csv or save high-quality graphs for reports. NetSpeedTray v1.3.2: Smaller, Lighter, Better Multi-Monitor NetSpeedTray v1.3.2 focuses on being smaller, lighter, and more reliable, with major memory savings, better multi-monitor support, stronger privacy protections, and easier troubleshooting. Changes 24% smaller installer (106 → 81 MB) 28% smaller portable ZIP (127 → 91 MB) 45–70% lower idle RAM usage (~135 MB → ~40–75 MB) Preferred Monitor setting for multi-monitor setups (#72) Export Support Bundle for one-click bug-report packaging Live Windows Light/Dark theme detection (#62) Lazy loading of matplotlib & numpy for faster, lighter startup Improved multi-monitor widget position restore after reboot (#133) Windows 10/11 stylesheet and font compatibility fixes (#149) Support Bundle includes sanitized logs, config, and system info PII obfuscator hardened to cover IPv6, MACs, hostnames, GUIDs, and paths (#141) Unified log redaction across file and console logging Better diagnostic logging included by default in support bundles Korean translation improvements and updated translator credits (#139) Test suite expanded from 146 → 191 passing tests (+45) [full release notes] Download: NetSpeedTray 1.3.2 | 81.6 MB (Open Source) Download: NetSpeedTray Portable | 91.1 MB View: NetSpeedTray Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Reluctantly..bs. In this day and age(pun intended) information is more valuable then apps; big tech worked with the GOP and in dem states like California to add this crap so they can agro better marketing data.
  • Recent Achievements

    • 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
    • Week One Done
      jefred earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      473
    2. 2
      PsYcHoKiLLa
      232
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      68
    5. 5
      Michael Scrip
      58
  • Tell a friend

    Love Neowin? Tell a friend!