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

    • OpenAI is rolling out a major upgrade to ChatGPT memory by Pradeep Viswanathan OpenAI is rolling out a major upgrade to ChatGPT's memory, making the system more capable, current, and scalable across long-term use. Memory allows ChatGPT to remember useful details about users, including their preferences, projects, and constraints. Instead of starting every conversation from scratch, ChatGPT can use this context to provide more relevant responses in future chats. OpenAI first launched saved memories in February 2024. That feature allowed users to explicitly ask ChatGPT to save information into its memory, such as travel plans or writing preferences. However, this system had limits because it depended heavily on users giving clear instructions to remember something. Additionally, saved memories could become stale over time. In April 2025, OpenAI expanded memory by allowing ChatGPT to reference past chat context outside the saved memories list. This was powered by a background process called “dreaming,” which automatically curates memories from chat history. This made ChatGPT better at learning from natural conversation without requiring users to manually save every detail. Today, OpenAI announced a more capable and compute-efficient memory architecture built on top of dreaming. This new system improves ChatGPT’s ability to carry forward useful context, follow user preferences, and remain accurate as time passes. According to OpenAI’s internal evaluations, the new system improves factual recall from 67.9% in 2025 to 82.8% in 2026. Preference adherence improves from 55.3% to 71.3%, while accuracy over time improves from 52.2% to 75.1%. The best part of this new system is a new memory summary page where users can review ChatGPT's memories. Users can even update details, correct information, or give instructions on what topics ChatGPT should bring up and when. This new, improved memory system is available to ChatGPT Plus and Pro users in the US starting today. It will roll out to more countries, as well as Free and Go users, in the coming weeks.
    • I work for a video production company in Australia. The camera operators shoot footage and then pass the SD card over to the editors. Much easier than handing over the entire camera. Plus, on a busy day you can hand off the SD card and then pop another in for the next shoot. Or, you might have used multiple SD cards because you need the extra space for a long shoot. I also use USB cables and wifi for transferring footage, but in many cases an SD card reader is the easiest method.
    • Microsoft Edge 149.0.4022.52 by Razvan Serea Microsoft Edge is a super fast and secure web browser from Microsoft. It works on almost any device, including PCs, iPhones and Androids. It keeps you safe online, protects your privacy, and lets you browse the web quickly. You can even use it on all your devices and keep your browsing history and favorites synced up. Built on the same technology as Chrome, Microsoft Edge has additional built-in features like Startup boost and Sleeping tabs, which boost your browsing experience with world class performance and speed that are optimized to work best with Windows. Microsoft Edge security and privacy features such as Microsoft Defender SmartScreen, Password Monitor, InPrivate search, and Kids Mode help keep you and your loved ones protected and secure online. Microsoft Edge has features to keep both you and your family protected. Enable content filters and access activity reports with your Microsoft Family Safety account and experience a kid-friendly web with Kids Mode. The new Microsoft Edge is now compatible with your favorite extensions, so it’s easy to personalize your browsing experience. Microsoft Edge 149.0.4022.52 changelog: Migration to improved V2 architecture for Workspaces. Workspaces, introduced in Edge in 2022, allows users to create durable sets of tabs that can be saved and shared with others. In order to improve reliability and performance of this feature, the following changes are being made: Migrating data for saved Workspaces from OneDrive/SharePoint to Edge Sync service Removing the collaboration/share functionality of this feature For organizations who have disabled Sync through policy, the existing v1 Workspace data will still be migrated to the new architecture. New v2 Workspaces created after migration won't sync across devices and will remain local to each device. This update occurs on a progressive rollout beginning in Edge Stable v145 and will continue rolling out in Edge v149. For more information, see Getting started with Microsoft Edge Workspaces. Feature Updates Passkey Sync for Enterprise Users. Microsoft Edge is introducing support for passkey synchronization for enterprise users, enabling secure, passwordless authentication across devices. Passkeys created in Edge can now be synced seamlessly, improving sign-in experience while maintaining strong security standards. Note: This is a controlled feature rollout. If you don't see this change, check back as we continue the rollout. Enterprise WebView2 runtime downgrade via DowngradeVersion policy. Administrators can temporarily roll back specific applications to a previous WebView2 Evergreen Runtime version (N-1 or N-2) using the new DowngradeVersion policy in msedgewebview2.admx. The Downgrade Version policy allows enterprises to mitigate critical regressions by specifying per-application exe-to-version mappings. The Edge Updater installs the target version side-by-side, and the WebView2 Loader redirects targeted apps accordingly. Downgrades auto-expire with each new WebView2 release: apps pinned to N-1 remain on the same version (now becoming N-2) and will auto-update in the next release, while apps pinned to N-2 will revert to the current Evergreen version. The policy applies only to enterprise-managed devices (domain-joined or MDM-enrolled). For more information, see Microsoft Edge WebView2 Policy Documentation | Microsoft Learn. Collections retirement. Collections has been removed in this update. Users can no longer access or use the feature. To keep saved content, users can export it, or move all pages to Favorites before updating to Microsoft Edge Stable 149. For more information, see Organize your ideas with Collections in Microsoft Edge - Microsoft Support. Modern, unified, and updated Look and Feel. Microsoft Edge has updated the Look and Feel to give customers a unified experience across all of Microsoft AI surfaces including Copilot and Bing. This changes multiple elements of the UX such as spacing, corners, fonts, default colors, etc. Clarify choices surrounding third-party cookie settings. Language under Settings > Privacy, search, and services > Cookies are clarified to better describe the choices users have in managing third-party cookies. Custom primary password retirement. Users are no longer able to create a new custom primary password in Edge Settings edge://settings/autofill/passwords/settings. Any users who are still using a custom primary password will be automatically migrated to device authentication. Additionally, the PrimaryPasswordSetting policy will no longer support the WithCustomPrimaryPassword option. For more information, see Keep your saved passwords private in Microsoft Edge | Microsoft Support. Unifying Copilot Chat policy controls. The Microsoft365CopilotChatIconEnabled policy is the standard for configuring Copilot Chat. Previously, this behavior was controlled by blocking the Copilot extension, either explicitly or by using the * wildcard via the ExtensionSettings or ExtensionInstallBlockList policies. Extension and sidebar policies no longer affect the appearance or functionality of Copilot Chat. Copilot address bar suggestions were also tied to extension policy settings. Starting in Microsoft Edge version 149, admins can use the CopilotAddressBarSuggestionsEnabled policy to manage this behavior. Intune MAM Protected Downloads. The protected downloads feature for Intune MAM is now available for BYOD (Bring Your Own Device) devices, which aren't managed by a tenant. Policy Updates / New policies CopilotAddressBarSuggestionsEnabled - Enable Copilot address bar suggestions CpuPerformanceTierOverride - Override for the CPU performance tier DataUrlInWebWorkerOpaqueOriginEnabled - Enable opaque origins for data URLs in Web Workers DefaultLocalFontsSetting - Default Local Fonts permission setting ForceForegroundPriorityForUrls - Force foreground priority for specific URLs LocalFontsAllowedForUrls - Allow Local Fonts permission on these sites LocalFontsBlockedForUrls - Block Local Fonts permission on these sites Deprecated policies WalletDonationEnabled - Wallet Donation Enabled (deprecated) EdgeWalletEtreeEnabled - Edge Wallet E-Tree Enabled (deprecated) Additional policy changes ForceForegroundPriorityForUrls - ForceForegroundPriorityForOrigins is renamed to ForceForegroundPriorityForUrls OnSecurityEventEnterpriseConnector - Add macOS platform support ProtectedContentIdentifiersAllowed - Remove macOS platform support Download: Microsoft Edge (64-bit) | 193.0 MB (Freeware) Download: Microsoft Edge (32-bit) | 170.0 MB Download: Microsoft Edge (ARM64) | 188.0 MB View: Microsoft Edge Website | Release History Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • User: "But is it good?" Microsoft: "Well, no. But it is less bad."
  • Recent Achievements

    • 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
    • Collaborator
      Asgardi earned a badge
      Collaborator
  • Popular Contributors

    1. 1
      +primortal
      471
    2. 2
      PsYcHoKiLLa
      247
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      67
    5. 5
      Michael Scrip
      59
  • Tell a friend

    Love Neowin? Tell a friend!