Recommended Posts

On 7/18/2019 at 10:01 AM, Drewlecoix said:

Made this account just to ask, so sorry if that's frowned upon in this forum, but I might stick around because the community seems cool 😀

Sorry that no-one has responded to your questions yet, but welcome! And no worries about the length of the post. If anything we prefer that people provide as much detail as possible.

 

I'm not sure that I understand why anyone would use VLC as a music player, but that's another matter. If I go to my start menu and type "dop..." it brings up Dopamine straight away as an application. Have you tried doing a reinstallation?

 

While I'm here, I've got a question for everyone: has anyone installed Dopamine in Linux Mint? I've realised that I am sorely missing this program as my default music player on my main machine, and I'm thinking that I may be able to get it to work through Wine. Just wondering if anyone has already tried it?

On 7/18/2019 at 10:01 AM, Drewlecoix said:

Made this account just to ask, so sorry if that's frowned upon in this forum, but I might stick around because the community seems cool 😀

 

Hi! I'm so sorry for not anwsering this question any sooner. I was on vacation and missed your question.

Which edition (Portable or Installable) edition of Dopamine are you using? Please note that the portable edition doesn't add the registry keys to your system which are required to make file associations work. You can also associate dopamine with audio file by right-clicking on a file, choosing "open with", then choose Dopamine and check the box to always use it to open that type of file.

 

3 hours ago, Nick H. said:

While I'm here, I've got a question for everyone: has anyone installed Dopamine in Linux Mint? I've realised that I am sorely missing this program as my default music player on my main machine, and I'm thinking that I may be able to get it to work through Wine. Just wondering if anyone has already tried it?

I've never tried to install Dopamine through Wine. But, as I'm using Ubuntu on my home machine, I'm interested to try this out. I'll post my findings here as soon as I've tried it out :)

7 minutes ago, Raphaël G. said:

I've never tried to install Dopamine through Wine. But, as I'm using Ubuntu on my home machine, I'm interested to try this out. I'll post my findings here as soon as I've tried it out :)

I'll try this evening as well and report back. Here's hoping!

  • Like 1
4 hours ago, Nick H. said:

I'll try this evening as well and report back. Here's hoping!

I gave it a go and failed :( I was able to get Dopamine to start up, but the window was completely black. It seemed to react to mouse clicks, as I was able to switch between full player and mini player (the black window changed size) by clicking with the mouse in a location that is approximately the location of the player switch button. I suspect that the black window is caused by the fact that Dopamine is a WPF application, and that requires DirectX. Then, I tried a simple WPF app (a new project which just displays a empty window) and that was also black. No luck...

2 minutes ago, Raphaël G. said:

I gave it a go and failed :( I was able to get Dopamine to start up, but the window was completely black. It seemed to react to mouse clicks, as I was able to switch between full player and mini player (the black window changed size) by clicking with the mouse in a location that is approximately the location of the player switch button. I suspect that the black window is caused by the fact that Dopamine is a WPF application, and that requires DirectX. Then, I tried a simple WPF app (a new project which just displays a empty window) and that was also black. No luck...

Damn. :(

I don't mean to digress from the purpose of the thread, but I'm interested: Since you've created this fantastic application, what do you use on Ubuntu as a music player? I've got Rhythmbox installed by default but it doesn't wow me like your player does. ;)

1 minute ago, Nick H. said:

Damn. :(

I don't mean to digress from the purpose of the thread, but I'm interested: Since you've created this fantastic application, what do you use on Ubuntu as a music player? I've got Rhythmbox installed by default but it doesn't wow me like your player does. ;)

Rhythmbox here too. I haven't found any player that satisfies me on Linux, so I'm just using the Ubuntu default.

 

I've started development of Dopamine 3.0 (in parallel with version 2.0) which will be cross-platform. It is still in very early stages and more of a proof of concept at this point.

I worry a bit about the technology i chose to build it. It's built around Electron, and I know that a lot of people are not a fan. However, I've gone over all possibilities for creating cross-platform UI based applications, and nothing comes close to Electron. Also, web technologies are so popular that there is a massive amount of libraries available to do all kinds of very neat stuff. I ported another of my applications to Electron as a proof of concept for Dopamine, and I'm very satisfied of the performance and look and feel.

  • Like 3
1 minute ago, Raphaël G. said:

Rhythmbox here too. I haven't found any player that satisfies me on Linux, so I'm just using the Ubuntu default.

 

I've started development of Dopamine 3.0 (in parallel with version 2.0) which will be cross-platform. It is still in very early stages and more of a proof of concept at this point.

I worry a bit about the technology i chose to build it. It's built around Electron, and I know that a lot of people are not a fan. However, I've gone over all possibilities for creating cross-platform UI based applications, and nothing comes close to Electron. Also, web technologies are so popular that there is a massive amount of libraries available to do all kinds of very neat stuff. I ported another of my applications to Electron as a proof of concept for Dopamine, and I'm very satisfied of the performance and look and feel.

You continue to impress me, my friend! That's incredible. Feel free to reach out to me if you want an Alpha/Beta tester for that! I'll jump over to it ASAP, I can't wait! (Y)

yeah I've seen a lot of gripes about how Electron has every version of a library embeded in it but that's not something the end user notices and honestly Electron seems like the best implementation for a truly cross-platform app at this time :)

1 hour ago, Nick H. said:

You continue to impress me, my friend! That's incredible. Feel free to reach out to me if you want an Alpha/Beta tester for that! I'll jump over to it ASAP, I can't wait! (Y)

Thanks! :) I'll make sure to let you know when I have a usable version.

1 hour ago, Brandon H said:

yeah I've seen a lot of gripes about how Electron has every version of a library embeded in it but that's not something the end user notices and honestly Electron seems like the best implementation for a truly cross-platform app at this time :)

Indeed, there is quite some stuff going on under the hood. But the development process, packaging and overall result is very well streamlined. I haven't found a better alternative at this point :). For my other app, I was surprised how little work I had to make it work on Linux and Windows.

Dopamine 2.0 Preview 12 has been released. This is the change log:

 

– [Changed] Updated the German translation
– [Changed] Updated the Portuguese (Portugal) translation
– [Fixed] Queued songs which are not in the collection (e.g. from playlists), are not resumed after a restart.
– [Fixed] Playlists containing the same song multiple times, confuses play previous and play next.
– [Fixed] Incorrect ordering of timed lyrics which contain duplicate timestamps

 

Download here

I've got a request, I don't know how feasible it is. For me I think of switching to compact mode if I want multiple windows viewable at the same time. Would it be possible to set up an "always on top" option like VLC? Perhaps it's already an option but I haven't found it. :laugh:

On 8/7/2019 at 7:36 PM, Raphaël G. said:

Dopamine 2.0 Preview 12 has been released. This is the change log:

 

– [Changed] Updated the German translation
– [Changed] Updated the Portuguese (Portugal) translation
– [Fixed] Queued songs which are not in the collection (e.g. from playlists), are not resumed after a restart.
– [Fixed] Playlists containing the same song multiple times, confuses play previous and play next.
– [Fixed] Incorrect ordering of timed lyrics which contain duplicate timestamps

 

Download here

Hi Raphaël!

Trying this new beta I've realised that the loop function (playlist and off) seems to be reverted. I have just enabled "loop" so that when I'm listening to an album, moves along to the next song instead of repeating the first one again.

Wondering if anyone else is seeing this or may be an issue on my end.

 

Cheers!

5 hours ago, Nick H. said:

I've got a request, I don't know how feasible it is. For me I think of switching to compact mode if I want multiple windows viewable at the same time. Would it be possible to set up an "always on top" option like VLC? Perhaps it's already an option but I haven't found it. :laugh:

Have a look in the right click menu of any of the mini players. It should be there :)

5 hours ago, alligoodw6 said:

Is it just me, but the repeat single title seems to have stopped working. 

It seems to be broken indeed :( I've created this issue: https://github.com/digimezzo/Dopamine/issues/1016

It will be fixed ASAP

  • Thanks 1
1 hour ago, Jackaluichi said:

Hi Raphaël!

Trying this new beta I've realised that the loop function (playlist and off) seems to be reverted. I have just enabled "loop" so that when I'm listening to an album, moves along to the next song instead of repeating the first one again.

Wondering if anyone else is seeing this or may be an issue on my end.

 

Cheers!

I'm not sure I understand. I just tried loop and it seems to work here (loop one is broken, but that's another problem). Maybe I'm missing something, so please don't hesitate to give me more info about your specific case. Thanks!

22 hours ago, Raphaël G. said:

I'm not sure I understand. I just tried loop and it seems to work here (loop one is broken, but that's another problem). Maybe I'm missing something, so please don't hesitate to give me more info about your specific case. Thanks!

It seems to be working well today after having restarted my system... 😅

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

And so it begins... Dopamine 3.0 loading on Ubuntu :)

 

Screenshot from 2019-08-12 22-34-35.png

Niceeeeeeeee! 😄

1 hour ago, Raphaël G. said:

Software is weird sometimes... Let me know if it comes back :)

Will do 😉

  • Like 1
7 hours ago, Ravensky said:

oh man can't wait! If you need a tester please pm me! Thank you so much for this...  Linux really needs a great player like yours :)

 

You're welcome 😀 As soon as development progressed some more, I'll introduce preview builds, like for the 1.x and 2.x versions.

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

Software is weird sometimes... Let me know if it comes back :)

Jackaluichi's problem with me too. When I listen to a song from an album. When it is over it does not start the next one, but returns it to the first one.  No matter how it is set to ''loop".

1 hour ago, kukata said:

Jackaluichi's problem with me too. When I listen to a song from an album. When it is over it does not start the next one, but returns it to the first one.  No matter how it is set to ''loop".

Could it be this issue? https://github.com/digimezzo/Dopamine/issues/1014

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

    • 3DP Chip 26.05 by Razvan Serea 3DP Chip is a standalone, no-install portable tool that scans your computer’s hardware and automatically detects the latest drivers available for your specific configuration and external devices. It provides a clear list of drivers that need updates, locates the correct downloads, and helps you upgrade them easily. 3DP Chip will automatically detect and display the information on your CPU, motherboard, video card and sound card installed on your PC. You can also choose to copy these information into your clipboard with one click for later use (such as posting in a forum). Also, if you're upgrading your operating system or just need to reinstall Windows, 3DP Chip can backup all the drivers on your PC or laptop. 3DP Chip backup and reinstall features can save you hours of searching for and installing individual device drivers. 3DP Chip most popular drivers include: audio and sound drivers video drivers printer and scanner drivers digital camera drivers network drivers webcam drivers keyboard and mouse drivers 3DP Chip v26.05 changelog: Driver date/version information has been added or updated AMD motherboard chipset v8.03.25.247 AMD motherboard chipset v8.05.04.516 Newly added product or support has been enhanced AMD Radeon Graphics AMD Radeon 780M Graphics AMD Radeon 840M Graphics AMD Radeon 860M Graphics AMD Radeon 880M Graphics AMD Radeon RX 9070 XT AMD Radeon Pro W7500M NVIDIA GeForce RTX 3050 6GB Laptop GPU NVIDIA GeForce RTX 4050 Laptop GPU NVIDIA GeForce RTX 5050 Laptop GPU NVIDIA GeForce RTX 5050 Laptop GPU NVIDIA GeForce RTX 5060 NVIDIA GeForce RTX 5070 Laptop GPU NVIDIA GeForce RTX 5070 Ti Laptop GPU NVIDIA RTX Pro 500 Blackwell Generation Laptop GPU NVIDIA RTX Pro 1000 Blackwell Generation Laptop GPU NVIDIA RTX Pro 2000 Blackwell Generation Laptop GPU Download: 3DP Chip 26.05 | 7.2 MB (Freeware) Links: 3DP Chip Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Apple reluctantly forces strict new age checks on Texas users starting today by Paul Hill Apple will begin enforcing the Texas Age Assurance Law (SB 2420) following a recent court ruling that lifted an injunction on SB 2420. Starting June 4 (today), Apple will enforce strict age-verification and parental-consent rules for new Apple accounts created in Texas. This move will affect children under 18 who go to download apps or attempt to make in-app purchases. Apple previously expressed privacy concerns related to this law, but compliance is now mandatory for the company, nevertheless. Apple will use several APIs to follow the law. Principally, the Declared Age Range API will fetch the specific user age bracket (Under 13, 13-15, 16-17, or 18+) and a verification method. The Significant Change API (PermissionKit) will trigger a system dialog for parental consent if an app gets a major update or an age-rating shift. There is also a new property type in StoreKit that allows developers to automatically check when their app’s age rating has changed on a user’s device and then use the Significant Change API to request parental consent. Finally, App Store Server Notifications can be configured to tell developers when a parent revokes consent, blocking app launches. To ensure they are ready for these changes, developers must immediately use Apple’s sandbox testing environment to validate these APIs in their apps. For any developers out there finding this to be inconvenient, get used to it. Other regions, such as Utah, Louisiana, and Brazil, are looking at, or have implemented, similar rules.
    • They should show the onedrive recycle bin in a searchable manner and on app not just on the website
  • Recent Achievements

    • 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
    • Apprentice
      JoeyNeo went up a rank
      Apprentice
  • Popular Contributors

    1. 1
      +primortal
      484
    2. 2
      PsYcHoKiLLa
      229
    3. 3
      Skyfrog
      72
    4. 4
      FloatingFatMan
      62
    5. 5
      neufuse
      54
  • Tell a friend

    Love Neowin? Tell a friend!