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

    • This is why competition must exist. Finally, pressure is mounting on Microsoft to move in the right direction.
    • Microsoft is making Windows 11's context menus faster, simpler, and configurable by Taras Buria Five years ago, Windows 11 introduced redesigned context menus, offering users a simpler, more modern design. However, customers quickly discovered that the new menus leave a lot to be desired. Many are unhappy with performance (they are really slow), while others dislike the double-layed design, where many options are hidden behind the "Show more options" button. In addition, over the years, menus became cluttered and overloaded. While Microsoft has already fixed plenty of pain points across Windows 11, context menus remain mostly unchanged. Fortunately, Microsoft is finally listening. Marcus Ash, Design and Research Lead for Windows at Microsoft, responded to a tweet on X, confirming that the company is working on fixing Windows 11's context menus. Reworked context menus are supposed to be faster, simpler by default, and "configurable to what you use most." What the latter means is unknown, just like whether Microsoft plans to keep the classic menu alongside the modern one, but according to Marcus, the wait should finally be over soon, as he promised to "share our approach soon." Improved context menus will most likely appear first in Windows 11 preview builds in the Experimental Channel. While we wait for Microsoft to release them, you can try fixing context menus on your PC with a simple tool called Windows 11 Context Menu Manager. It lets you disable entries you do not need, not only cleaning up context menus, but also making them significantly faster. Microsoft has already improved Windows 11's Start menu and taskbar, so hopefully it will address user criticism of the context menu as well. Stay tuned for new Windows 11 preview builds, which usually arrive every Friday.
    • If the drive/memory is soldered to the board, which it probably is, then it's a no from me
    • Driver Genius 25.0.0.143 by Razvan Serea Driver Genius is a professional driver management tool features both driver management and hardware diagnostics. Driver Genius provides such practical functions as driver backup, restoration, update and removal for computer users. If you often reinstall your operating system, you may not forget such painful experiences of searching all around for all kinds of drivers. If unfortunately you have lost your driver CD, the search will be more troublesome and time-consuming. Driver Genius can automatically find drivers for a device when the system can't find a driver for it. It can recognize the name and vendor's information of the device, and directly provide download URL for the required driver. Driver Genius also supports online updates for drivers of existing hardware devices. Driver Genius customers can obtain information for latest drivers by Driver Genius's LiveUpdate program, which can synchronize to the database on Driver Genius site. Features at a glance: Find the latest drivers for your computer. One click to update all drivers silently. Automatically install driver updates silently. Make your drivers are always up to date. New rollback driver design for safer driver update. Free to backup all drivers now! Package all drivers to an executable auto installer. One click to restore all drivers. Remove invalid or useless drivers/devices, improve system performance and stability. New system information tool. Detailed hardware inventory. Hardware temperature monitor. Protect your CPU, GPU and HDD. New system transfer assistant. Upgrade/degrade your windows system easily. New SSD Speeder. Improve your disk performance and reliability. New System booster provides over 90 optimization options that make your computer run faster and smoother. New System Cleanup can help you to clean up the temporary files and cache files or other junk files in system. Driver Genius 25.0.0.143 changelog: Enhanced detection for Windows Runtime components. Update the hardware detection component to support more new hardware. Update the compression component to address security issues. Download: Driver Genius 25.0.0.143 | 20.7 MB (Shareware) View: Driver Genius Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • We do it all the time on our IT Service desk mailbox to add a reference, in the subject line, once it's been logged and then it's filed into the appropriate sub-folder. Other companies probably do the same thing.
  • Recent Achievements

    • One Month Later
      Carru_123 earned a badge
      One Month Later
    • 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
      472
    2. 2
      PsYcHoKiLLa
      250
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      67
    5. 5
      Michael Scrip
      60
  • Tell a friend

    Love Neowin? Tell a friend!