Recommended Posts

9 hours ago, Raphaël G. said:

Wow that's pretty fast! :rofl: 

Thanks for liking it :)

actually now i think about it mate, thats over a powerline adapter at best 100mbit second, all the more impressive. trying it over my 300mbit wifi n and just for giggles if i add a shortcut to steam i should in theory be able to run it to the steam box downstairs on the 50"/home cinema 5.1s dts, ill keep you posted!

 

And yes I think its more than ready for you to let outside world on your baby.

On 30/01/2016 at 7:34 AM, Ravensky said:

my network runs very smooth, I stream blue-ray .mkv files no problem :p

 

Thank you Raphael, I will test this out with the new build =)

then youll not have any problem with high quality audio streams :) 

 

oh thought of a new addin (lol sorry!) shoutcast support? that would be cool internet music channels etc. Just a thought ;)

Just out of interest, does it yet support Media keyboards?  I have a logitech K350 and it doesn't react to any of the next/prev/stop/pause buttons...

 

Update: It works if the Logitech software is disabled.  That sucks - for logitech and me :(

 

Update: Something about players.ini in the SetPoint folder

46 minutes ago, Nik L said:

Just out of interest, does it yet support Media keyboards?  I have a logitech K350 and it doesn't react to any of the next/prev/stop/pause buttons...

 

Update: It works if the Logitech software is disabled.  That sucks - for logitech and me :(

 

Update: Something about players.ini in the SetPoint folder

Seems to be a common problem for custom media players:

 

http://wiki.jriver.com/index.php/Logitech_Keyboard_Media_Keys

https://github.com/clementine-player/Clementine/issues/2431

 

I have no idea what needs to be in players.ini. Maybe copying an existing entry and replacing the player's name by "Dopamine" and the path to dopamine in the copied entry?

 

Edit:

 

I found different examples for different players. You might try the bold one (no idea if it will work though):

 

[Players]
foobar2000=key,foobar2000.exe,FOOBAR2000_CLASS,xxx,xxx,C,X,Z,B,V,0,0,Foobar2000
mpc=key,mplayerc.exe,xxx,xxx,xxx,xxx,xxx,xxx,32791,32792,0,0,Media Player Classic
Media Portal=xxx,mediaportal.exe,xxx,xxx,xxx,xxx,xxx,xxx,xxx,xxx,0,0,Media Portal

dopamine=xxx,Dopamine.exe,xxx,xxx,xxx,xxx,xxx,xxx,xxx,xxx,0,0,Dopamine

 

[Players.Run]
foobar2000=path,C:\Program Files\foobar2000\
mpc=path,C:\Program Files\mplayerc\
Media Portal=path,c:\program files\team mediaportal\mediaportal\

dopamine=path,C:\Program Files (x86)\Dopamine

 

[Players.Display]
foobar2000=foobar2000
mpc=Media Player Classic
Media Portal=Media Portal

dopamine=Dopamine

 

The problem is the parameters in the [Players] section. I have no idea what they mean. And I don't have a Logitech keyboard to experiment with :(

  • Like 2

Hey all. I've got a "preview preview" build for you (it is not a public preview)

Disclaimer: it might be a bit rough on the edges. I did only quick testing. It won't break your collection though.

 

This is the changelog:

 

8-02-2016: Dopamine 1.0.0.572 (Preview)
 

- Now playing now has a list of playing songs
- It is now possible to add and remove songs from now playing

 

And you can get it here:

 

https://www.dropbox.com/sh/xtihhv85o26qwnw/AABtfqFOkbFYIyBV6mmnbOEYa?dl=0

 

Let me know if you are brave enough to try it out, and if you see bugs. Now playing is not finished yet, there is some more to come. Especially when nothing is playing.

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

Hey all. I've got a "preview preview" build for you (it is not a public preview)

Disclaimer: it might be a bit rough on the edges. I did only quick testing. It won't break your collection though.

 

This is the changelog:

 

8-02-2016: Dopamine 1.0.0.572 (Preview)
 

- Now playing now has a list of playing songs
- It is now possible to add and remove songs from now playing

 

And you can get it here:

 

https://www.dropbox.com/sh/xtihhv85o26qwnw/AABtfqFOkbFYIyBV6mmnbOEYa?dl=0

 

Let me know if you are brave enough to try it out, and if you see bugs. Now playing is not finished yet, there is some more to come. Especially when nothing is playing.

Unfortunately, it crashed immediately after the splash screen appears. Just performing clean install with no luck.

I don't know what is happening, but the older build also crashed on my pc (it didn't happen before). Here's the content of Dopamine log file : 

 

2016-02-09 06:55:19.1730|Info|Dopamine.Application.ExecuteStartup|### STARTING Dopamine, version 1.0.0 (Build 572). IsPortable = False ###
2016-02-09 06:55:19.9180|Info|Dopamine.Views.Splash+VB$StateMachine_16_InitializeDatabaseAsync.MoveNext|Creating database
2016-02-09 06:55:23.7757|Info|Dopamine.Core.Database.DbCreator.InitializeNewDatabase|New database created at C:\Users\Tejo Dwi Prasetyo\AppData\Roaming\Dopamine\Dopamine.db
2016-02-09 06:55:23.7757|Info|Dopamine.Views.Splash+VB$StateMachine_16_InitializeDatabaseAsync.MoveNext|Initializing EntityFramework MetaData
2016-02-09 06:55:53.6595|Error|Dopamine.Application.ExecuteEmergencyStop|Unhandled Exception. Exception:
Microsoft.Practices.Unity.ResolutionFailedException: Resolution of the dependency failed, type = "Dopamine.Views.Shell", name = "(none)".
Exception occurred while: Calling constructor Dopamine.Common.Services.Playback.PlaybackService(Dopamine.Core.Database.Repositories.TrackRepository iTrackRepository).
Exception is: Win32Exception - The system cannot find the file specified
-----------------------------------------------
At the time of the exception, the container was:

  Resolving Dopamine.Views.Shell,(none)
  Resolving parameter "iPlaybackService" of constructor Dopamine.Views.Shell(Microsoft.Practices.Unity.IUnityContainer iContainer, Microsoft.Practices.Prism.Regions.IRegionManager iRegionManager, Dopamine.Common.Services.Appearance.IAppearanceService iAppearanceService, Dopamine.Common.Services.Playback.IPlaybackService iPlaybackService, Dopamine.Common.Services.Win32Input.IWin32InputService iWin32InputService, Microsoft.Practices.Prism.PubSubEvents.IEventAggregator iEventAggregator, Dopamine.Common.Services.Notification.INotificationService iNotificationService, Dopamine.Common.Services.Metadata.MetadataService iMetadataService)
    Resolving Dopamine.Common.Services.Playback.PlaybackService,(none) (mapped from Dopamine.Common.Services.Playback.IPlaybackService, (none))
    Calling constructor Dopamine.Common.Services.Playback.PlaybackService(Dopamine.Core.Database.Repositories.TrackRepository iTrackRepository)
 ---> System.ComponentModel.Win32Exception: The system cannot find the file specified
   at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at Dopamine.Common.Services.Playback.PlaybackService.InitializePlayer()
   at Dopamine.Common.Services.Playback.PlaybackService..ctor(TrackRepository iTrackRepository)
   at lambda_method(Closure , IBuilderContext )
   at Microsoft.Practices.ObjectBuilder2.DynamicBuildPlanGenerationContext.<>c__DisplayClass1.<GetBuildMethod>b__0(IBuilderContext context)
   at Microsoft.Practices.ObjectBuilder2.DynamicMethodBuildPlan.BuildUp(IBuilderContext context)
   at Microsoft.Practices.ObjectBuilder2.BuildPlanStrategy.PreBuildUp(IBuilderContext context)
   at Microsoft.Practices.ObjectBuilder2.StrategyChain.ExecuteBuildUp(IBuilderContext context)
   at Microsoft.Practices.ObjectBuilder2.BuilderContext.NewBuildUp(NamedTypeBuildKey newBuildKey)
   at Microsoft.Practices.Unity.ObjectBuilder.NamedTypeDependencyResolverPolicy.Resolve(IBuilderContext context)
   at lambda_method(Closure , IBuilderContext )
   at Microsoft.Practices.ObjectBuilder2.DynamicBuildPlanGenerationContext.<>c__DisplayClass1.<GetBuildMethod>b__0(IBuilderContext context)
   at Microsoft.Practices.ObjectBuilder2.DynamicMethodBuildPlan.BuildUp(IBuilderContext context)
   at Microsoft.Practices.ObjectBuilder2.BuildPlanStrategy.PreBuildUp(IBuilderContext context)
   at Microsoft.Practices.ObjectBuilder2.StrategyChain.ExecuteBuildUp(IBuilderContext context)
   at Microsoft.Practices.Unity.UnityContainer.DoBuildUp(Type t, Object existing, String name, IEnumerable`1 resolverOverrides)
   --- End of inner exception stack trace ---
   at Microsoft.Practices.Unity.UnityContainer.DoBuildUp(Type t, Object existing, String name, IEnumerable`1 resolverOverrides)
   at Microsoft.Practices.Unity.UnityContainer.Resolve(Type t, String name, ResolverOverride[] resolverOverrides)
   at Microsoft.Practices.Unity.UnityContainerExtensions.Resolve[T](IUnityContainer container, ResolverOverride[] overrides)
   at Dopamine.Bootstrapper.CreateShell()
   at Microsoft.Practices.Prism.UnityExtensions.UnityBootstrapper.Run(Boolean runWithDefaultConfiguration)
   at Microsoft.Practices.Prism.Bootstrapper.Run()
   at Dopamine.Views.Splash.VB$StateMachine_14_Initialize.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

Stack trace:
   at Microsoft.Practices.Unity.UnityContainer.DoBuildUp(Type t, Object existing, String name, IEnumerable`1 resolverOverrides)
   at Microsoft.Practices.Unity.UnityContainer.Resolve(Type t, String name, ResolverOverride[] resolverOverrides)
   at Microsoft.Practices.Unity.UnityContainerExtensions.Resolve[T](IUnityContainer container, ResolverOverride[] overrides)
   at Dopamine.Bootstrapper.CreateShell()
   at Microsoft.Practices.Prism.UnityExtensions.UnityBootstrapper.Run(Boolean runWithDefaultConfiguration)
   at Microsoft.Practices.Prism.Bootstrapper.Run()
   at Dopamine.Views.Splash.VB$StateMachine_14_Initialize.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
Inner Exception 1:
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
   at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at Dopamine.Common.Services.Playback.PlaybackService.InitializePlayer()
   at Dopamine.Common.Services.Playback.PlaybackService..ctor(TrackRepository iTrackRepository)
   at lambda_method(Closure , IBuilderContext )
   at Microsoft.Practices.ObjectBuilder2.DynamicBuildPlanGenerationContext.<>c__DisplayClass1.<GetBuildMethod>b__0(IBuilderContext context)
   at Microsoft.Practices.ObjectBuilder2.DynamicMethodBuildPlan.BuildUp(IBuilderContext context)
   at Microsoft.Practices.ObjectBuilder2.BuildPlanStrategy.PreBuildUp(IBuilderContext context)
   at Microsoft.Practices.ObjectBuilder2.StrategyChain.ExecuteBuildUp(IBuilderContext context)
   at Microsoft.Practices.ObjectBuilder2.BuilderContext.NewBuildUp(NamedTypeBuildKey newBuildKey)
   at Microsoft.Practices.Unity.ObjectBuilder.NamedTypeDependencyResolverPolicy.Resolve(IBuilderContext context)
   at lambda_method(Closure , IBuilderContext )
   at Microsoft.Practices.ObjectBuilder2.DynamicBuildPlanGenerationContext.<>c__DisplayClass1.<GetBuildMethod>b__0(IBuilderContext context)
   at Microsoft.Practices.ObjectBuilder2.DynamicMethodBuildPlan.BuildUp(IBuilderContext context)
   at Microsoft.Practices.ObjectBuilder2.BuildPlanStrategy.PreBuildUp(IBuilderContext context)
   at Microsoft.Practices.ObjectBuilder2.StrategyChain.ExecuteBuildUp(IBuilderContext context)
   at Microsoft.Practices.Unity.UnityContainer.DoBuildUp(Type t, Object existing, String name, IEnumerable`1 resolverOverrides)

2016-02-09 06:55:53.6595|Info|Dopamine.Application.ExecuteEmergencyStop|### FORCED STOP of Dopamine, version 1.0.0 (Build 572) ###

 

5 hours ago, Tejoenardo said:

I don't know what is happening, but the older build also crashed on my pc (it didn't happen before). Here's the content of Dopamine log file : 

 


2016-02-09 06:55:19.1730|Info|Dopamine.Application.ExecuteStartup|### STARTING Dopamine, version 1.0.0 (Build 572). IsPortable = False ###
2016-02-09 06:55:19.9180|Info|Dopamine.Views.Splash+VB$StateMachine_16_InitializeDatabaseAsync.MoveNext|Creating database
2016-02-09 06:55:23.7757|Info|Dopamine.Core.Database.DbCreator.InitializeNewDatabase|New database created at C:\Users\Tejo Dwi Prasetyo\AppData\Roaming\Dopamine\Dopamine.db
2016-02-09 06:55:23.7757|Info|Dopamine.Views.Splash+VB$StateMachine_16_InitializeDatabaseAsync.MoveNext|Initializing EntityFramework MetaData
2016-02-09 06:55:53.6595|Error|Dopamine.Application.ExecuteEmergencyStop|Unhandled Exception. Exception:
Microsoft.Practices.Unity.ResolutionFailedException: Resolution of the dependency failed, type = "Dopamine.Views.Shell", name = "(none)".
Exception occurred while: Calling constructor Dopamine.Common.Services.Playback.PlaybackService(Dopamine.Core.Database.Repositories.TrackRepository iTrackRepository).
Exception is: Win32Exception - The system cannot find the file specified
-----------------------------------------------
At the time of the exception, the container was:

  Resolving Dopamine.Views.Shell,(none)
  Resolving parameter "iPlaybackService" of constructor Dopamine.Views.Shell(Microsoft.Practices.Unity.IUnityContainer iContainer, Microsoft.Practices.Prism.Regions.IRegionManager iRegionManager, Dopamine.Common.Services.Appearance.IAppearanceService iAppearanceService, Dopamine.Common.Services.Playback.IPlaybackService iPlaybackService, Dopamine.Common.Services.Win32Input.IWin32InputService iWin32InputService, Microsoft.Practices.Prism.PubSubEvents.IEventAggregator iEventAggregator, Dopamine.Common.Services.Notification.INotificationService iNotificationService, Dopamine.Common.Services.Metadata.MetadataService iMetadataService)
    Resolving Dopamine.Common.Services.Playback.PlaybackService,(none) (mapped from Dopamine.Common.Services.Playback.IPlaybackService, (none))
    Calling constructor Dopamine.Common.Services.Playback.PlaybackService(Dopamine.Core.Database.Repositories.TrackRepository iTrackRepository)
 ---> System.ComponentModel.Win32Exception: The system cannot find the file specified
   at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at Dopamine.Common.Services.Playback.PlaybackService.InitializePlayer()
   at Dopamine.Common.Services.Playback.PlaybackService..ctor(TrackRepository iTrackRepository)
   at lambda_method(Closure , IBuilderContext )
   at Microsoft.Practices.ObjectBuilder2.DynamicBuildPlanGenerationContext.<>c__DisplayClass1.<GetBuildMethod>b__0(IBuilderContext context)
   at Microsoft.Practices.ObjectBuilder2.DynamicMethodBuildPlan.BuildUp(IBuilderContext context)
   at Microsoft.Practices.ObjectBuilder2.BuildPlanStrategy.PreBuildUp(IBuilderContext context)
   at Microsoft.Practices.ObjectBuilder2.StrategyChain.ExecuteBuildUp(IBuilderContext context)
   at Microsoft.Practices.ObjectBuilder2.BuilderContext.NewBuildUp(NamedTypeBuildKey newBuildKey)
   at Microsoft.Practices.Unity.ObjectBuilder.NamedTypeDependencyResolverPolicy.Resolve(IBuilderContext context)
   at lambda_method(Closure , IBuilderContext )
   at Microsoft.Practices.ObjectBuilder2.DynamicBuildPlanGenerationContext.<>c__DisplayClass1.<GetBuildMethod>b__0(IBuilderContext context)
   at Microsoft.Practices.ObjectBuilder2.DynamicMethodBuildPlan.BuildUp(IBuilderContext context)
   at Microsoft.Practices.ObjectBuilder2.BuildPlanStrategy.PreBuildUp(IBuilderContext context)
   at Microsoft.Practices.ObjectBuilder2.StrategyChain.ExecuteBuildUp(IBuilderContext context)
   at Microsoft.Practices.Unity.UnityContainer.DoBuildUp(Type t, Object existing, String name, IEnumerable`1 resolverOverrides)
   --- End of inner exception stack trace ---
   at Microsoft.Practices.Unity.UnityContainer.DoBuildUp(Type t, Object existing, String name, IEnumerable`1 resolverOverrides)
   at Microsoft.Practices.Unity.UnityContainer.Resolve(Type t, String name, ResolverOverride[] resolverOverrides)
   at Microsoft.Practices.Unity.UnityContainerExtensions.Resolve[T](IUnityContainer container, ResolverOverride[] overrides)
   at Dopamine.Bootstrapper.CreateShell()
   at Microsoft.Practices.Prism.UnityExtensions.UnityBootstrapper.Run(Boolean runWithDefaultConfiguration)
   at Microsoft.Practices.Prism.Bootstrapper.Run()
   at Dopamine.Views.Splash.VB$StateMachine_14_Initialize.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

Stack trace:
   at Microsoft.Practices.Unity.UnityContainer.DoBuildUp(Type t, Object existing, String name, IEnumerable`1 resolverOverrides)
   at Microsoft.Practices.Unity.UnityContainer.Resolve(Type t, String name, ResolverOverride[] resolverOverrides)
   at Microsoft.Practices.Unity.UnityContainerExtensions.Resolve[T](IUnityContainer container, ResolverOverride[] overrides)
   at Dopamine.Bootstrapper.CreateShell()
   at Microsoft.Practices.Prism.UnityExtensions.UnityBootstrapper.Run(Boolean runWithDefaultConfiguration)
   at Microsoft.Practices.Prism.Bootstrapper.Run()
   at Dopamine.Views.Splash.VB$StateMachine_14_Initialize.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
Inner Exception 1:
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
   at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at Dopamine.Common.Services.Playback.PlaybackService.InitializePlayer()
   at Dopamine.Common.Services.Playback.PlaybackService..ctor(TrackRepository iTrackRepository)
   at lambda_method(Closure , IBuilderContext )
   at Microsoft.Practices.ObjectBuilder2.DynamicBuildPlanGenerationContext.<>c__DisplayClass1.<GetBuildMethod>b__0(IBuilderContext context)
   at Microsoft.Practices.ObjectBuilder2.DynamicMethodBuildPlan.BuildUp(IBuilderContext context)
   at Microsoft.Practices.ObjectBuilder2.BuildPlanStrategy.PreBuildUp(IBuilderContext context)
   at Microsoft.Practices.ObjectBuilder2.StrategyChain.ExecuteBuildUp(IBuilderContext context)
   at Microsoft.Practices.ObjectBuilder2.BuilderContext.NewBuildUp(NamedTypeBuildKey newBuildKey)
   at Microsoft.Practices.Unity.ObjectBuilder.NamedTypeDependencyResolverPolicy.Resolve(IBuilderContext context)
   at lambda_method(Closure , IBuilderContext )
   at Microsoft.Practices.ObjectBuilder2.DynamicBuildPlanGenerationContext.<>c__DisplayClass1.<GetBuildMethod>b__0(IBuilderContext context)
   at Microsoft.Practices.ObjectBuilder2.DynamicMethodBuildPlan.BuildUp(IBuilderContext context)
   at Microsoft.Practices.ObjectBuilder2.BuildPlanStrategy.PreBuildUp(IBuilderContext context)
   at Microsoft.Practices.ObjectBuilder2.StrategyChain.ExecuteBuildUp(IBuilderContext context)
   at Microsoft.Practices.Unity.UnityContainer.DoBuildUp(Type t, Object existing, String name, IEnumerable`1 resolverOverrides)

2016-02-09 06:55:53.6595|Info|Dopamine.Application.ExecuteEmergencyStop|### FORCED STOP of Dopamine, version 1.0.0 (Build 572) ###

 

I think it can't find you database. Could you check if there is a file Dopamine.db under: %appdata%\dopamine

 

Could you check its file size?

Well, seems like build 450 is working perfectly right now on my pc. Then I'm checked the %appdata% folder, I can find Dopamine.db which is 697 KB in size.

Something is wrong in database creation, perhaps?

Edited by Tejoenardo
1 hour ago, Tejoenardo said:

Well, seems like build 450 is working perfectly right now on my pc. Then I'm checked the %appdata% folder, I can find Dopamine.db which is 697 KB in size.

Something is wrong in database creation, perhaps?

Could be. 450? Is that the last build that works on your PC?

34 minutes ago, Raphaël G. said:

Could be. 450? Is that the last build that works on your PC?

I'm installing build 570 a few days ago without any problem. But since I'm upgrading it with build 572, the crash problem start to plague. Trying to re-install build 570 today, and it crashed this time. Confusing, right? :/ 

I'll try to create a new user account, and will report back if the problem persist or not.

Edited by Tejoenardo
32 minutes ago, Tejoenardo said:

I'm installing build 570 a few days ago without any problem. But since I'm upgrading it with build 572, the crash problem start to plague. Trying to re-install build 570 today, and it crashed this time. Confusing, right? :/ 

I'll try to create a new user account, and will report back if the problem persist or not.

You don't need a new user account. Just open the folder %appdata% and delete the "Dopamine" folder.

51 minutes ago, Tejoenardo said:

did it. But it keep crashing down. 

Hey wait, it might not be the database that it cannot find. Could you check if there is a file called Axon.exe in the installation directory? This file is new since the last few builds.

 

Edit: and if it is missing, could you tell me which antivirus you're running and if it has quarantined the file?

14 minutes ago, Raphaël G. said:

Hey wait, it might not be the database that it cannot find. Could you check if there is a file called Axon.exe in the installation directory? This file is new since the last few builds.

 

Edit: and if it is missing, could you tell me which antivirus you're running and if it has quarantined the file?

Well I can't find the file. Running Avast Premier here.

Just now, Tejoenardo said:

Well I can't find the file. Running Avast Premier here.

That is most likely your problem. I've had multiple reports of Avast blocking Dopamine.exe and/or Axon.exe.

You might have to whitelist them (if possible and if you trust me :))

7 minutes ago, Raphaël G. said:

That is most likely your problem. I've had multiple reports of Avast blocking Dopamine.exe and/or Axon.exe.

You might have to whitelist them (if possible and if you trust me :))

Fix it! Thank you so much, Raphael. :D

Synapse.exe is also blocked here. :shiftyninja:

12 minutes ago, Tejoenardo said:

Fix it! Thank you so much, Raphael. :D

Synapse.exe is also blocked here. :shiftyninja:

That's good news! I think I'll add an explicit check and logging for the files that are needed to start up. That will make troubleshooting easier in the future.

20 minutes ago, ultimate99 said:

Will there be an OSX version? :D

Unfortunately not. I don't have a Mac and I have absolutely no experience in OSX development.

 

Edit: I'm not surprised that Avast blocks Synapse.exe too. It seems to eat random exe's for breakfast. It's the reason I stopped using it. Each time I compiled Dopamine it failed to run, because as soon as the "exe" was created, it got quarantined even before I could launch it.

Bug found.

When I have a long list of songs in the queue (1600+ songs here), sometimes it takes a massive 2-7 seconds delay between double-clicking a song and the moment the song itself to actually play.

EDIT : this is happening everywhere except the now playing screen.

Edited by Tejoenardo
  • Like 1
1 hour ago, Tejoenardo said:

Bug found.

When I have a long list of songs in the queue (1600+ songs here), sometimes it takes a massive 2-7 seconds delay between double-clicking a song and the moment the song itself to actually play.

EDIT : this is happening everywhere except the now playing screen.

Thanks for reporting. I found where this comes from and will be fixed in the next public preview.

  • Like 1
8 minutes ago, Ned said:

I like the faded album art in the background of now playing...

 

It disappears after it goes to the next track in the album though.

 

The song list is a nice touch as well.

 

 

The first iteration did that. Have you tried build 570 (it should only fade out when switching albums)?

 

Edit: I just realized you spoke about the songs list, so you must be using build 572.

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

    • BATorrent 3.0.2 by Razvan Serea BATorrent is a lightweight, open-source BitTorrent client built with modern C++ and Qt 6, offering a clean, fast, and privacy-focused alternative to traditional torrent apps. It supports magnet links, .torrent files, resume data, sequential downloading, per-file priorities, and even imports from qBittorrent. Power users benefit from integrated RSS auto-download with regex filtering, duplicate detection, and automatic tracker lists from Stremio. Streaming is seamless thanks to auto-detected players like VLC and IINA. BATorrent includes robust VPN tools—interface binding, auto-detection for WireGuard-based services like Mullvad and NordLynx, kill switch, proxy support, and IP filtering. A full WebUI enables remote control, while integrations with Plex, Jellyfin, and Emby automate library updates. With themes, speed scheduling, system-tray alerts, and cross-platform support for Windows, Linux, and macOS, BATorrent delivers a polished, high-performance torrenting experience. BATorrent features: Core .torrent file and magnet link support Resume data — picks up where you left off after restart Import torrents from qBittorrent Create .torrent files from any file or folder Sequential download mode Per-file priority control (skip, low, normal, high) Seed ratio limits with auto-pause DHT, PEX, UPnP, NAT-PMP RSS Auto-Download Subscribe to RSS feeds — automatically download new torrents as they appear Regex filters — match only what you want (e.g. 1080p|720p, S01E\d+) Per-feed settings — custom save path, check interval (5–1440 min), enable/disable Auto-download — matched items are downloaded automatically in the background Supports magnet links, .torrent URLs, and tags Tray notifications when items are auto-downloaded Duplicate detection — never downloads the same item twice Stremio Stremio Addon System pre-installed — works out of the box Auto tracker list from ngosang/trackerslist Streaming Play while downloading — stream video files before the download is complete Supports mp4, mkv, avi, mov, wmv, flv, webm, m4v, ts Auto-detects installed players (VLC, IINA, system default) VPN & Privacy Interface binding — lock torrent traffic to a specific network interface (e.g. tun0) Auto VPN detection — identifies VPN interfaces (tun, tap, WireGuard, Mullvad, NordLynx, ProtonVPN) Kill switch — automatically pauses all torrents if the VPN interface drops Auto-resume — resumes only the torrents paused by the kill switch when VPN reconnects Proxy support — SOCKS5 and HTTP proxy with optional authentication IP filtering — load P2P blocklists to block unwanted IP ranges Protocol encryption (enabled / forced / disabled) WebUI Remote management — control torrents from any browser at http://localhost:8080 REST API with JSON responses Add torrents via magnet link or .torrent upload Pause, resume, remove torrents remotely View peers and files per torrent Dark theme matching the desktop app HTTP Basic Auth with SHA-256 password hashing Configurable port and remote access (localhost vs 0.0.0.0) Interface 3 themes: Dark, Light, Midnight (bat/vampire aesthetic) Real-time speed graph Detailed panel with tabs: General, Peers, Files, Trackers Filter bar: search by name, filter by state (Active, Downloading, Seeding, Paused, Finished) Drag & drop .torrent files and magnet links Drag & drop reorder in torrent list System tray with notifications (download complete, kill switch events, RSS auto-downloads) Splash screen with bat animation Bilingual: English and Portuguese (BR), auto-detected from system locale Bandwidth Scheduler Alternative speed limits — set different download/upload limits on a schedule Time range — configure active hours (e.g. 01:00 to 07:00), supports overnight ranges Per-day control — choose which days of the week the schedule applies Automatically switches between normal and alternative speeds Media Server Integration Plex — automatically trigger library scan when a download completes Jellyfin / Emby — same automatic library refresh via API Configure server URL and authentication token/key in Settings System Cross-platform: Windows, Linux, macOS Auto-shutdown — automatically shut down PC when all downloads complete (60s cancellable countdown) Auto-update system (AppImage on Linux, installer on Windows, DMG on macOS) CLI arguments: pass .torrent files or magnet: URIs directly Keyboard shortcuts: Space to toggle pause, Ctrl+A to select all, Ctrl+O to open BATorrent 3.0.2 changelog: Phone pairing & WebUI The browser WebUI was reskinned to match the desktop app — same dark palette, Inter font, flat surfaces, the real BATorrent logo (it was a random bat before), and a proper magnet icon. It now looks like the same product, not a separate dashboard. Pairing is one tap and zero typing: the generated WebUI password is now copyable, and the QR code carries the credentials — scanning it from your phone logs straight in (no typing the IP or password), then drops the credentials from the address bar. Search Two new providers: RuTor (CIS sources, no login, via a public TorAPI relay) and Torrents-CSV. Results are sorted by seeders (healthiest first), and each search now times out after 15 s so one dead provider can't hang the UI. Files & trackers Per-file priority is back: right-click a file in the detail panel to set Skip / Low / Normal / High. Rename an individual file inside a torrent (double-click or the file menu), separate from renaming the torrent. Remove a tracker from a torrent (the ✕ on a tracker row); adding was already there. Smart Paste on Ctrl+V — paste a magnet, a 40-char info-hash, or a .torrent URL straight from the clipboard and it's added immediately (text fields still paste text normally). Covers & titles Anime fansub naming ([Group] Title - NN) now resolves to the right show. Audio channel layouts in titles (DDP5.1, 7.1, …) are stripped so they don't pollute cover matching. Under the hood The legacy QWidget interface is gone. QML had been the only UI since 3.0.0 (reachable old code lived behind a hidden --legacy flag); with parity confirmed, the entire QWidget layer — main window, every dialog, the theme manager — was removed (~13,400 lines). The four restored actions above were features that backend already supported but the QML port had never wired. macOS: the WebUI password hash moved out of the keychain into app settings, so launching the app no longer pops a login-keychain password prompt on unsigned builds. The actual password still lives in the keychain. Cleanup: ~400 orphaned translation strings and a batch of dead code removed; internal duplication collapsed; an ARCHITECTURE.md added for contributors. Unit / security / memory tests and the ASan/UBSan/TSan sanitizers stay green. Download: BATorrent 3.0.2 | 30.5 MB (Open Source) Download: BATorrent Portable | 42.3 MB Links: BATorrent Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • How about a global switch to turn the awful things off instead of a registry hack? Then everyone wins.
    • This doesn't strike me as so shocking when... " IT admins do have some control over this rollout. If they choose to opt out, devices in their tenant won't automatically get the dreaded Copilot app"
  • Recent Achievements

    • Mentor
      grik went up a rank
      Mentor
    • Dedicated
      JKR earned a badge
      Dedicated
    • One Year In
      CHUNWEI earned a badge
      One Year In
    • Conversation Starter
      FBSPL earned a badge
      Conversation Starter
    • Week One Done
      I2D earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      468
    2. 2
      PsYcHoKiLLa
      257
    3. 3
      Skyfrog
      79
    4. 4
      ATLien_0
      60
    5. 5
      FloatingFatMan
      60
  • Tell a friend

    Love Neowin? Tell a friend!