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

    • expected when they force you by having to use TPM and secure boot for anti cheat crap, and lazy developers only test on windows 11.
    • The fact I need to use "Show more" like 99% of the time is so annoying. Or why I have 7-zip under 3 submenus when it could be in top. And Microslop keeps saying how they'll improve Start and I've not seen ANY improvement yet. In MONTHS. WTF?! I'll believe any of it when they actually deliver anything.
    • LosslessCut 3.69 by Razvan Serea LosslessCut aims to be the ultimate cross platform FFmpeg GUI for extremely fast and lossless operations on video, audio, subtitle and other related media files. The main feature is lossless trimming and cutting of video and audio files, which is great for saving space by rough-cutting your large video files taken from a video camera, GoPro, drone, etc. It lets you quickly extract the good parts from your videos and discard many gigabytes of data without doing a slow re-encode and thereby losing quality. Or you can add a music or subtitle track to your video without needing to encode. Everything is extremely fast because it does an almost direct data copy, fueled by the awesome FFmpeg which does all the grunt work. Features Lossless cutting of most video and audio formats Losslessly cut out parts of video/audio (for cutting away commercials etc.) Losslessly rearrange the order of video/audio segments Lossless merge/concatenation of arbitrary files (with identical codecs parameters, e.g. from the same camera) Lossless stream editing: Combine arbitrary tracks from multiple files (ex. add music or subtitle track to a video file) Losslessly extract all tracks from a file (extract video, audio, subtitle, attachments and other tracks from one file into separate files) Batch view for fast multi-file workflow Remux into any compatible output format Take full-resolution snapshots from videos in JPEG/PNG format Manual input of cutpoint times Apply a per-file timecode offset (and auto load timecode from file) Change rotation/orientation metadata in videos View technical data about all streams Timeline zoom and frame/keyframe jumping for accurate cutting around keyframes Saves per project cut segments to project file View FFmpeg last command log so you can modify and re-run recent commands on the command line Undo/redo Give labels to cut segments View segment details, export/import cut segments as CSV Import segments from: MP4/MKV chapters, Text file, YouTube, CSV, CUE, XML (DaVinci, Final Cut Pro) Video thumbnails and audio waveform Edit file metadata and per-stream metadata Edit per-stream disposition Cut with chapter marks Annotate segments with tags View subtitles Example lossless use cases Cut out commercials from a recorded TV show (and re-format from TS to MP4) Remove audio tracks from a file Extract music track from a video and cut it to your needs Add music to a video (or replace existing audio track) Combine audio and video tracks from separate recordings Include an external subtitle into a video Quickly change a H264/H265 MKV video to MOV or MP4 for playback on iPhone Import a list of cut times from other tool as a EDL (edit decision list, CSV) and run these cuts with LosslessCut Export a list of cut times as a CSV EDL and process these in another tool Quickly cut a file by its MP4/MKV chapters Quickly cut a YouTube video by its chapters (or music times from a comment) Change the language of a file's audio/subtitle tracks Attach cover art to videos Change author, title, GPS position, recording time of a video Fix rotation of a video that has the wrong orientation flag set Great for rotating phone videos that come out the wrong way without actually re-encoding the video. Loop a video / audio clip X times quickly without re-encoding LosslessCut 3.69.0 changelog: Add lossless cropping & aspect ratio override via bitstream and container metadata #643 Alow shifting tracks for each file (-itsoffset) #216 Add "decimate video" tool to filter away all non-keyframes #2111 Add Windows ARM 64 native build with native ffmpeg Move timecode out of timeline and make it copy-able #2592 #2691 #2800 #483 #2808 Upgrade Electron to latest Add new "opposing" align mode #2654 Add FFmpeg -hwaccel auto setting for hardware acceleration of certain operations Add API events export-start and export-complete Allow deleting track metadata #2819 Improve shift segments dialog #2839 Show keyboard shortcuts inside button tooltips in UI Warn if trying to cut with too few keyframes around cutpoint #516 #2780 #2756 (Linux) include app name in notification #2794 Pull latest translations Other notable changes: Advanced output directory selector #2101 #2115 #2755 increase max file name length to 250 (truncation) #2779 don't reset playback speed when using special playback modes #2889 preserve chapters when merging files that already have chapters don't merge adjacent segments in combineOverlappingSegments #2896 don't transfer segment name when filling gaps #2754 always scroll up to zoom in #2703 #2786 increase max keyframes to 10000 Don't bind ctrl/cmd+c by default (they interfer with copying text) Many other improvements and fixes Download: LosslessCut 3.69.0 | ARM64 | ~100.0 MB (Open Source) Links: LosslessCut Website | Other Operating Systems | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Doesn't even need a UI for point 2 - use some sort of JSON/XML container - because MOST users won't even bother.
  • 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
      488
    2. 2
      PsYcHoKiLLa
      263
    3. 3
      Skyfrog
      85
    4. 4
      FloatingFatMan
      64
    5. 5
      Michael Scrip
      62
  • Tell a friend

    Love Neowin? Tell a friend!