Recommended Posts

Raphael, do you add options to both platform versions? mobile and laptop/desktop. you could have a stereo hookup and plug your smartphone in and work it that way saving your back from carrying tons of equipment.

 

I'm not sure I understood you question correctly sorry :s . Could you rephrase please :rofl:

Auto update worked great. Thank you :)

 

Glad you like it! :)

Hye Raphael. 

 

yes, ANOTHER idea right? lol..

 

this question is based upon this neowin article: https://www.neowin.net/forum/topic/1253994-set-up-your-own-free-for-1-year-vpn-on-amazon-cloud/ an amazon cloud computing service.

 

Q: I realize, revisiting my stream question earlier, Could you utilize, I'd be willing to pay a certain amount to a server system(your server) whereby I can log my laptop into which, in theory, could be logged into the main server. 

example : server_chrisj1968

 

on my lumia 635, install dopamine and log into the server, input my servers name and password and stream my music from home to my lumia?

 

(this would probably be a long term feature for later) because I do have a 32GB SD card/chip but I can't see myself using up my space for all of my music. that gets to be a large amount of data over time.

 

this is just to expand/modify or improve on the streaming idea as we spoke of earlier.

  • Like 1

Portable? That is not a mobile app :)

 

That's correct.

 

For Chris:

 

The portable version is a version you can unzip and use anywhere without having to install it. All settings and collection information is stored in the folder where the executable is. Keep in mind that is doesn't have an auto update however.

 

I am indeed playing around with a Phone app. For now it does nothing (well it says "Welcome to Dopamine" :)). But I've done a fair amount of swearing this weekend trying to get basic things working in the Phone app. It's quite different than building a Desktop application. I'm coding the Phone app with low priority, in parallel with the desktop application. Right now I'm building the playlists screen in the Desktop application.

 

As for the server idea: that sounds like a great idea again. However not realistic for me for now and a bit out of the scope I try to remain in. Let's first get an application with basic music-player features and work from there once we get there.

I get a update notification but when I click the update button/icon it takes me to your google drive but theres nothing there for me to update.

This is from version 1.0.0 build 180

 

I had the same issue. Once you get on to a later build the auto update seems to work correctly :)

 

https://www.dropbox.com/sh/ssuncmgmk2kat9h/AABlscmjM-I6CXVtyD4nCIBfa/Previews?dl=0

I had the same issue. Once you get on to a later build the auto update seems to work correctly :)

 

https://www.dropbox.com/sh/ssuncmgmk2kat9h/AABlscmjM-I6CXVtyD4nCIBfa/Previews?dl=0

Cheers Jason

 

Just to let others know, that link is dodgy. 

 

8cSEoXI.jpg

 

Will wait for the author to update with a legit link for a new build I think to be safe.

I get a update notification but when I click the update button/icon it takes me to your google drive but theres nothing there for me to update.

This is from version 1.0.0 build 180

 

Yeah I forgot about that. Newer builds contain the correct link. For users with older builds I've just added a text file on the old download location containing the new link.

Cheers Jason

 

Just to let others know, that link is dodgy. 

 

8cSEoXI.jpg

 

Will wait for the author to update with a legit link for a new build I think to be safe.

 

The link is correct and safe. Anti-virusses go crazy on home-made software.

Cool just wanted to point it out to you and others that Chrome may block it, coming from you I trust the link, just wanted to be 100% sure first, as you can imagine as I never had that come up for me before on previous builds.

 

Might be because I'm linking to dropbox now instead of google drive :) I guess google is not happy about that :)

There is a logic behind this change though. To add auto update I had to find an easy way to download the installer from the web. With google drive I would have to integrate their API in my application and study it. With dropbox I can just use built-in .NET components :)

Building the Playlists screen:

 

Ii6Ne2X.png

 

For those who used musiX, it will look similar to the musiX main screen. A bit of a big thank you for those liking musiX and also because that UI will suit playlist management a lot.


Thank you very much for the portable version, it's now on my portable USB drive, with me wherever i go :)

 

Glad you like it! :)

  • Like 3

As an idea, could you try taking the tag the user has just entered, storing that in memory (as its text i would assume bytes - KB max?) and then doing a check every 30 seconds or even better if you can be notified when the file is not use then try committing the update?

 

I think someone has requested something like this before - and I think it would have to be lowest of the low in terms of priority but if it could integrate with music streaming services (Spotify, Google Music etc) and play the subscribed music I would be over the moon :D

 

You know, the tag-remembering-thingy is actually how musiX does it already! :) But I tried to be smarter with Dopamine :rofl:

I'll add a task to my list for streaming services. Can't promise anything however, this is too far in the future :)

My Macs are depressed. They need some dopamine.  :rofl:

 

OT: Awesome work. It looks amazing on Windows 10, and works just as well as it looks!

 

Thanks!

Just before calling it a day, I want to show you something you've most likely never seen

 

tp8Lkn0.png

 

This is the Dopamine Splash Screen Of Death. It was always there, but only appears if Dopamine fails to start.

Found a minor bug I guess.  If a file extension has a capital letter in it, it's apparently skipped over.  It doesn't consider .Mp3 an mp3 file, so it doesn't list it.  I'm just going to rename the files so that they use all lowercase.  Don't know why those files on my computer were named that way in the first place.

Found a minor bug I guess.  If a file extension has a capital letter in it, it's apparently skipped over.  It doesn't consider .Mp3 an mp3 file, so it doesn't list it.  I'm just going to rename the files so that they use all lowercase.  Don't know why those files on my computer were named that way in the first place.

 

you can use the renaming software so you can rename to lowercase all files at once instead of renaming a file a time.

Found a minor bug I guess.  If a file extension has a capital letter in it, it's apparently skipped over.  It doesn't consider .Mp3 an mp3 file, so it doesn't list it.  I'm just going to rename the files so that they use all lowercase.  Don't know why those files on my computer were named that way in the first place.

 

Wow that's bad. Thanks for reporting, I'll check it out.

Found a minor bug I guess.  If a file extension has a capital letter in it, it's apparently skipped over.  It doesn't consider .Mp3 an mp3 file, so it doesn't list it.  I'm just going to rename the files so that they use all lowercase.  Don't know why those files on my computer were named that way in the first place.

 

The bug is fixed. You'll get it in the next build. I also fixed another minor thing :)

 

5JLGGoJ.png

 

Back to Playlists screen building. It takes some time that one...

  • Like 3

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

    • My wish list is: A trailer for Final Fantasy VII part 3 and a proper look at Intergalactic: The Heretic Prophet. Not happening, but I'd kill for would be another game of any genre in the Frostpunk world and another game in the Detroit: Become Human world.
    • I tried Wino-Mail and had the same issue with it that I have with New Outlook: My two centurylink.net email accounts (one of which is my primary email account) refuse to work with either one, and sometimes refuse to even log in, even though ALL the relevant information is accurate. Thunderbird does not have this problem, so I'll stick with what works, thank you.
    • For me it has everything feature wise that I want. But boy the app sucks big time. This and Teams. Ever since they made the transition to WebView it has been slow AF. I mostly use both apps in the browser now because of too much memory being used by these 2 apps. Hoping that native versions are being worked upon.
    • Nearly 70% of Steam users now run Windows 11 by Taras Buria The May 2026 Steam Hardware & Software Survey results are now available on the official Steam website, showing Windows 11's continuous growth among the gaming audience. As of early June 2026, nearly 70% of all participants reported having a Windows 11-powered PC, while Windows 10's market share is steadily declining. According to Valve, in May 2026, Windows 11 increased its market share to 69.76% (+2.02 points), while Windows 10 dropped to 23.99% (-1.64 points). 64-bit Windows 7 is still showing up in Valve's reports, and apparently, about 0.07% of all survey participants still use the 17-year-old operating system. Valve no longer updates its client for Windows 7, but it still can access the platform, so the Windows 7 holdouts can stay away from newer Windows versions. Overall, 93.85% of all users run Windows (+0.38 points), while Linux is second with 3.99% (-0.53 points). macOS is third with at 2.16% (+0.15 points). The most popular Linux flavor is Arch Linux (0.35%), while macOS 26.4.1 is currently the dominant macOS release. On the hardware side, the most popular picks include an Intel processor (53.94% against AMD's 46.06%) with six cores (28.02%, -0.6 points), 16 GB of memory (41.14%, -0.28 points), and an NVIDIA graphics card (72.42%, with AMD having 19.13% and Intel 8.05%). The most popular graphics card on Steam is the desktop NVIDIA GeForce RTX 3060 (3.85%, -0.14 points), while the laptop RTX 4060 is second with 3.77%, and the RTX 3050 is third with 3.10%. The average amount of VRAM is 8GB (25.89%), and the dominant display resolution is the classic 1920x1080 pixels (51.89%, -0.32 points). As usual, you can find more details from the latest survey on the official website. The results for April 2026 are available here.
  • Recent Achievements

    • Conversation Starter
      FBSPL earned a badge
      Conversation Starter
    • 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
  • Popular Contributors

    1. 1
      +primortal
      487
    2. 2
      PsYcHoKiLLa
      262
    3. 3
      Skyfrog
      85
    4. 4
      FloatingFatMan
      64
    5. 5
      Michael Scrip
      62
  • Tell a friend

    Love Neowin? Tell a friend!