Dopamine


Recommended Posts

Too late, already asked him! :laugh: and i asked also for the "Theme" colors (Dark, Light).
 

Translating the whole language list is one hell of a task :) What is usually done is that each language is displayed in its own language. Would that work? It used to be like that until some builds ago. Dopamine uses the text which is in the Name tag in the translation file. E.g. Name="Spanish". Because translators don't always provide the native language name and because I don't know all of them, I gave up and just replaced all names by their English name :(

Link to comment
Share on other sites

Translating the whole language list is one hell of a task :) What is usually done is that each language is displayed in its own language. Would that work? It used to be like that until some builds ago. Dopamine uses the text which is in the Name tag in the translation file. E.g. Name="Spanish". Because translators don't always provide the native language name and because I don't know all of them, I gave up and just replaced all names by their English name :(



It's not really a problem for me but I asked because I was just curious about it.

By the way, Raphaël, I've just noticed that the systray controls on Windows Taskbar don't take the spanish labels for the buttons of "Loop" and "Shuffle". The rest of them, "Mute", "Unmute", "Previous", "Pause", "Next" and "Show Dopamine" are shown in Spanish correctly. I've been checking the ES.xml file and I've seen there's only one entry for each, so I guess it's just a matter of changing a few lines of code and be done with it; or at least, I hope so because I don't enjoy giving you extra headaches with this project :rofl:

Cheers!

Link to comment
Share on other sites



It's not really a problem for me but I asked because I was just curious about it.

By the way, Raphaël, I've just noticed that the systray controls on Windows Taskbar don't take the spanish labels for the buttons of "Loop" and "Shuffle". The rest of them, "Mute", "Unmute", "Previous", "Pause", "Next" and "Show Dopamine" are shown in Spanish correctly. I've been checking the ES.xml file and I've seen there's only one entry for each, so I guess it's just a matter of changing a few lines of code and be done with it; or at least, I hope so because I don't enjoy giving you extra headaches with this project :rofl:

Cheers!

Oh you're right. How could I miss that. I fix it now. Haha the headaches, sometimes I break my head over it too much :)

edit: oh oh, it's complexer than that. Those buttons are translated, but it is when changing the language that the change is not applied to loop and shuffle :)

Edited by Raphaël G.
  • Like 1
Link to comment
Share on other sites

Oh you're right. How could I miss that. I fix it now. Haha the headaches, sometimes I break my head over it too much :)

edit: oh oh, it's complexer than that. Those buttons are translated, but it is when changing the language that the change is not applied to loop and shuffle :)


Welcome to the headaches club, then
:D

Well, deep down I knew it was going to be more complicated... :blush:

Link to comment
Share on other sites

Welcome to the headaches club, then :D

Well, deep down I knew it was going to be more complicated... :blush:

It's fixed. The design of my toggle button s*cked :) That togglebutton is designed to change the tooltip in function of whether it is checked or not (e.g. Mute/Unmute). This same togglebutton is used for loop and shuffle. When changing the language, the tooltip didn't follow.

  • Like 1
Link to comment
Share on other sites

Hey guys, I've got a new nightly/daily build for you to test (build 440): it's here https://www.dropbox.com/sh/xtihhv85o26qwnw/AABtfqFOkbFYIyBV6mmnbOEYa?dl=0

It now shows the album artists in the list of artists. It still needs improvements under the hood (once that is done, I'll make a public preview). This is the complete changelog since the last public preview:

11-10-2015: Dopamine 1.0.0.440 (Preview)

- Improved recognition of special characters in the Artists and Genres lists
- Adjusted the playlist heights
- Improved window resizing and maximizing speed and smoothness
- Fixed a tooltip sizing issue on the playlists
- Updated the Bulgarian translation
- Added option to only show playback notifications when the main window is not visible
- Added option to enable or disable transparency
- The file information dialog now shows all artists in the artist tag
- Fixed another issue ordering artists which start with "the"
- Added the album artists to the list of artists
- Updated the French and Spanish translation
- Fixed a translation issue with the shuffle and loop buttons

Link to comment
Share on other sites

Hey guys, I've got a new nightly/daily build for you to test (build 440): it's here https://www.dropbox.com/sh/xtihhv85o26qwnw/AABtfqFOkbFYIyBV6mmnbOEYa?dl=0

It now shows the album artists in the list of artists. It still needs improvements under the hood (once that is done, I'll make a public preview). This is the complete changelog since the last public preview:

11-10-2015: Dopamine 1.0.0.440 (Preview)

- Improved recognition of special characters in the Artists and Genres lists
- Adjusted the playlist heights
- Improved window resizing and maximizing speed and smoothness
- Fixed a tooltip sizing issue on the playlists
- Updated the Bulgarian translation
- Added option to only show playback notifications when the main window is not visible
- Added option to enable or disable transparency
- The file information dialog now shows all artists in the artist tag
- Fixed another issue ordering artists which start with "the"
- Added the album artists to the list of artists
- Updated the French and Spanish translation
- Fixed a translation issue with the shuffle and loop buttons

These changes below are really good :):
- Added the album artists to the list of artists
- The file information dialog now shows all artists in the artist tag

Some questions about that: Are you going to propose an option to choose to show only Artists or only Album Artists in the list?
Could you also add the possibilty to show all artists in the playlists and lists?

A little bug i have in mind, no tooltip on volume mouseover.

tooltip mouseover.png

Link to comment
Share on other sites

These changes below are really good :):
- Added the album artists to the list of artists
- The file information dialog now shows all artists in the artist tag

Some questions about that: Are you going to propose an option to choose to show only Artists or only Album Artists in the list?
Could you also add the possibilty to show all artists in the playlists and lists?

A little bug i have in mind, no tooltip on volume mouseover.

tooltip mouseover.png

Should I add the possibility to show song artists only, album artists only or all artists? If yes, I would think of a toggle option like the "by album"/"a-z" options but then above the list of artists.

As for showing all artists in the other lists, probably not soon. The file information window gets its tags directly from the file. The lists get their info from the database. In the database, only the first artists is stored. Although that might change later.

The volume button tooltip is fixed now. Thanks.

Edit: the scroll performance has improved in the albums list in my latest internal build (for my eyes only :)). It makes this darned list a bit more pleasant to use.

  • Like 2
Link to comment
Share on other sites

Should I add the possibility to show song artists only, album artists only or all artists? If yes, I would think of a toggle option like the "by album"/"a-z" options but then above the list of artists.

Yeah, that's perfect, exactly what i was thinking :).

As for showing all artists in the other lists, probably not soon. The file information window gets its tags directly from the file. The lists get their info from the database. In the database, only the first artists is stored. Although that might change later.

I understand, that's a lot of work and changes to make. But it will be well welcomed, if it's changed.

Edit: the scroll performance has improved in the albums list in my latest internal build (for my eyes only :)). It makes this darned list a bit more pleasant to use.

You're talking about scrolling the covers in the albums section? This is really nice!

Link to comment
Share on other sites

Just gotten around to playing around with playlists (yeah, I'm slow, eh.) and I was wondering, is there anyway to add a playlist without adding the mp3s to the library? I mostly use playlists for random mp3s I have laying around outside my normal music library, so that is pretty crucial for me.

Link to comment
Share on other sites

Just gotten around to playing around with playlists (yeah, I'm slow, eh.) and I was wondering, is there anyway to add a playlist without adding the mp3s to the library? I mostly use playlists for random mp3s I have laying around outside my normal music library, so that is pretty crucial for me.

That doesn't even make sense...

Link to comment
Share on other sites

Oops, yeah, forgot to mention, playlist FILES, as in, M3U. I don't want the mp3s listed inside those M3Us to be added to the library because they're not (and can't be) tagged properly.

Link to comment
Share on other sites

I have another little request for Dopamine, for the "mini players" (cover, micro and nano).
It is possible for Dopamine to remember if the playlist is opened or not in the "mini players" mode.
When i close Dopamine and have the playlist on the cover player opened, the next time i'll open Dopamine and the cover player, the playlist will be closed.

Link to comment
Share on other sites

Just gotten around to playing around with playlists (yeah, I'm slow, eh.) and I was wondering, is there anyway to add a playlist without adding the mp3s to the library? I mostly use playlists for random mp3s I have laying around outside my normal music library, so that is pretty crucial for me.

I created a work item, which is a good start. But I have to think about the implementation. Importing a playlist into the collection should remain possible too.

  • Like 2
Link to comment
Share on other sites

I have another little request for Dopamine, for the "mini players" (cover, micro and nano).
It is possible for Dopamine to remember if the playlist is opened or not in the "mini players" mode.
When i close Dopamine and have the playlist on the cover player opened, the next time i'll open Dopamine and the cover player, the playlist will be closed.

Yes, let's do that.

  • Like 1
Link to comment
Share on other sites

I created a work item, which is a good start. But I have to think about the implementation. Importing a playlist into the collection should remain possible too.

I was just asking if it was possible. If it's too hard/hacky to implement, it's fine, no need to cause yourself a headache, I can always use MPC or Winamp for that specific use case.

Anyhow, thanks! :)

Link to comment
Share on other sites

 

I was just asking if it was possible. If it's too hard/hacky to implement, it's fine, no need to cause yourself a headache, I can always use MPC or Winamp for that specific use case.

Anyhow, thanks! :)

No worries. It's a neat idea. I click on loose files a lot. Those also don't get added to the collection. So it makes sense that playlists would act similarly.

Link to comment
Share on other sites

I have a problem with Dopamine, using build 446, first time i see this bug:
I have a playlist in cover player, i start playing the playlist and often, after the end of a track, Dopamine stops and doesn't play the next track.
Dopamine doesn't hang or freeze...

Link to comment
Share on other sites

I have a problem with Dopamine, using build 446, first time i see this bug:
I have a playlist in cover player, i start playing the playlist and often, after the end of a track, Dopamine stops and doesn't play the next track.
Dopamine doesn't hang or freeze...

Can you send me the log please?

Link to comment
Share on other sites

Can you send me the log please?


I've just hit that same issue. My log file:

2015-09-29 20:15:05.8668|Info|Dopamine.Application.ExecuteStartup|### STARTING dopamine, version 1.0.0 (Build 405). IsPortable = False ###
2015-09-29 20:15:07.2089|Info|Dopamine.Core.Database.DbCreator.InitializeNewDatabase|New database created at C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db
2015-09-29 20:15:09.9565|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-29 20:15:09.9756|Error|Dopamine.Common.Services.File.FileService._Lambda$__113|There was a problem while fetching file artwork. Exception: Could not find a part of the path 'C:\Users\jacka\AppData\Roaming\Dopamine\Cache\CoverArt'.
2015-09-29 20:15:22.6377|Info|Dopamine.SettingsModule.ViewModels.SettingsCollectionFoldersViewModel+VB$StateMachine_0_AddFolder.MoveNext|Adding a folder to the collection.
2015-09-29 20:15:26.1169|Info|Dopamine.Core.Database.Repositories.FolderRepository+_Closure$__13._Lambda$__21|Added the Folder D:\Libraries\Audio
2015-09-29 20:15:31.2893|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-09-29 20:15:31.2963|Info|Synapse.Synapse.Main|Validating process
2015-09-29 20:15:31.2963|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-09-29 20:15:31.2963|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-09-29 20:15:31.3386|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-09-29 20:15:31.3411|Info|Synapse.Synapse.Main|Waiting for the database
2015-09-29 20:15:31.3561|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-09-29 20:15:31.3561|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-09-29 20:15:32.7652|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-09-29 20:15:32.7652|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-09-29 20:15:32.7652|Info|Synapse.Synapse.Main|Updating collection
2015-09-29 20:15:32.7652|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-09-29 20:15:32.8108|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 31 ms +++
2015-09-29 20:15:38.7247|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 2 ms +++
2015-09-29 20:17:58.2044|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = False
2015-09-29 20:17:58.2044|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-29 20:17:58.6918|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-09-29 20:17:58.6918|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-29 20:18:00.0992|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-29 20:18:00.0992|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-29 20:18:00.2718|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-29 20:18:00.2718|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-29 20:18:30.3060|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks added: 7653. Time required: 171579 ms +++
2015-09-29 20:18:30.8324|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-09-29 20:18:30.8324|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-29 20:18:30.8384|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 7653. Time required: 178059 ms +++
2015-09-29 20:18:30.8414|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshLists|Sending event to refresh the lists
2015-09-29 20:18:30.8404|Info|Synapse.Synapse.Main|Updating artwork
2015-09-29 20:18:30.8404|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_26_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-09-29 20:18:31.6637|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-29 20:18:31.6637|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-29 20:18:39.4829|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-09-29 20:18:39.4829|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-29 20:18:39.4869|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_26_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 649. Time required: 8635 ms +++
2015-09-29 20:18:39.4829|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-09-29 20:18:39.4869|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-09-29 20:18:39.4959|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-09-29 20:18:39.4959|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-29 20:18:39.4949|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-09-29 20:18:39.4949|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-09-29 20:18:39.5520|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-09-29 20:18:40.3057|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-29 20:18:40.3077|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-29 20:18:40.3077|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-29 20:18:40.3247|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-29 20:20:09.9666|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-29 20:25:09.9669|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-29 20:30:09.9679|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-29 20:33:40.3107|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-29 20:33:40.7619|Error|Dopamine.Common.Services.Update.UpdateService+_Closure$__28._Lambda$__136|Update check: could not retrieve online version information. Exception: The request was aborted: Could not create SSL/TLS secure channel.
2015-09-29 20:33:40.7619|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-29 20:33:40.7619|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 0.0.0.0,  latest online version = 0.0.0.0
2015-09-29 20:35:09.9812|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-29 20:40:09.9816|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-29 20:45:09.9828|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-29 20:48:40.7782|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-29 20:48:42.6760|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-29 20:48:42.6760|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-29 20:50:09.9957|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-29 20:55:09.9966|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-29 20:55:27.1335|Info|Dopamine.Views.Shell.Shell_Closing|### STOPPING dopamine, version 1.0.0 (Build 405) ###
2015-09-30 16:07:43.1678|Info|Dopamine.Application.ProcessCommandLineArguments|Found commandline arguments.
2015-09-30 16:07:43.1678|Info|Dopamine.Application.ProcessCommandLineArguments|Processing Non-JumpList commandline arguments.
2015-09-30 16:07:43.1808|Info|Dopamine.Application.ExecuteStartup|### STARTING dopamine, version 1.0.0 (Build 405). IsPortable = False ###
2015-09-30 16:07:44.5772|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 16:07:44.8044|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Found commandline arguments.
2015-09-30 16:07:44.8074|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Added file 'D:\Libraries\Downloads\Freeheld (m4a)\01. On The Case.m4a'
2015-09-30 16:07:45.3843|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-09-30 16:07:45.3843|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 16:07:45.5847|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_55_AddFilesTimerElapsedHandler.MoveNext|Finished adding files. Number of files added = 1
2015-09-30 16:07:45.6863|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Number of tracks to play = 1
2015-09-30 16:07:45.6863|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Enqueuing 1 tracks.
2015-09-30 16:07:46.9771|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-09-30 16:07:46.9841|Info|Synapse.Synapse.Main|Validating process
2015-09-30 16:07:46.9941|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-09-30 16:07:46.9941|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-09-30 16:07:47.0151|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-09-30 16:07:47.0301|Info|Synapse.Synapse.Main|Waiting for the database
2015-09-30 16:07:47.0301|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-09-30 16:07:47.0301|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-09-30 16:07:47.5128|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 16:07:47.5128|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 16:07:48.4659|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-09-30 16:07:48.4659|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-09-30 16:07:48.4659|Info|Synapse.Synapse.Main|Updating collection
2015-09-30 16:07:48.4659|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-09-30 16:07:54.6231|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 6141 ms +++
2015-09-30 16:07:56.1114|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 976 ms +++
2015-09-30 16:07:56.1514|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks added: 0. Time required: 37 ms +++
2015-09-30 16:07:56.6439|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-09-30 16:07:56.6439|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 16:07:56.6519|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 0. Time required: 8169 ms +++
2015-09-30 16:07:56.6519|Info|Synapse.Synapse.Main|Updating artwork
2015-09-30 16:07:56.6519|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_26_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-09-30 16:07:57.8701|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 16:07:57.8701|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 16:07:57.8701|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-09-30 16:07:57.8701|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 16:07:57.8841|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_26_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 47. Time required: 1222 ms +++
2015-09-30 16:07:57.8841|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-09-30 16:07:57.8841|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-09-30 16:07:57.8841|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-09-30 16:07:57.8841|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 16:07:57.8841|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-09-30 16:07:57.9041|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-09-30 16:07:57.9041|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-09-30 16:07:59.0517|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 16:07:59.0517|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 16:07:59.6332|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 16:07:59.6362|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 16:12:44.5899|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 16:13:38.6392|Info|Dopamine.Application.ProcessCommandLineArguments|Found commandline arguments.
2015-09-30 16:13:38.6392|Info|Dopamine.Application.ProcessCommandLineArguments|Processing Non-JumpList commandline arguments.
2015-09-30 16:13:38.6512|Info|Dopamine.Application.TrySendCommandlineArguments|Trying to send 2 commandline arguments to the running instance
2015-09-30 16:13:38.6772|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Found commandline arguments.
2015-09-30 16:13:38.6772|Info|Dopamine.Application.TrySendCommandlineArguments|Sent 2 commandline arguments to the running instance
2015-09-30 16:13:38.6812|Warn|Dopamine.Application.OnStartup|Dopamine is already running. Shutting down.
2015-09-30 16:13:38.9304|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_55_AddFilesTimerElapsedHandler.MoveNext|Finished adding files. Number of files added = 1
2015-09-30 16:13:38.9334|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Number of tracks to play = 1
2015-09-30 16:13:38.9334|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Enqueuing 1 tracks.
2015-09-30 16:17:44.0405|Info|Dopamine.Application.ProcessCommandLineArguments|Found commandline arguments.
2015-09-30 16:17:44.0405|Info|Dopamine.Application.ProcessCommandLineArguments|Processing Non-JumpList commandline arguments.
2015-09-30 16:17:44.0405|Info|Dopamine.Application.TrySendCommandlineArguments|Trying to send 2 commandline arguments to the running instance
2015-09-30 16:17:44.0725|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Found commandline arguments.
2015-09-30 16:17:44.0725|Info|Dopamine.Application.TrySendCommandlineArguments|Sent 2 commandline arguments to the running instance
2015-09-30 16:17:44.0725|Warn|Dopamine.Application.OnStartup|Dopamine is already running. Shutting down.
2015-09-30 16:17:44.3258|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_55_AddFilesTimerElapsedHandler.MoveNext|Finished adding files. Number of files added = 1
2015-09-30 16:17:44.3258|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Number of tracks to play = 1
2015-09-30 16:17:44.3378|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Enqueuing 1 tracks.
2015-09-30 16:17:44.5894|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 16:22:44.5897|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 16:22:59.0668|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 16:23:01.0887|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 16:23:01.0887|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 16:24:06.0461|Info|Dopamine.Application.ProcessCommandLineArguments|Found commandline arguments.
2015-09-30 16:24:06.0571|Info|Dopamine.Application.ProcessCommandLineArguments|Processing Non-JumpList commandline arguments.
2015-09-30 16:24:06.0571|Info|Dopamine.Application.TrySendCommandlineArguments|Trying to send 2 commandline arguments to the running instance
2015-09-30 16:24:06.0772|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Found commandline arguments.
2015-09-30 16:24:06.0782|Info|Dopamine.Application.TrySendCommandlineArguments|Sent 2 commandline arguments to the running instance
2015-09-30 16:24:06.0782|Warn|Dopamine.Application.OnStartup|Dopamine is already running. Shutting down.
2015-09-30 16:24:06.3314|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_55_AddFilesTimerElapsedHandler.MoveNext|Finished adding files. Number of files added = 1
2015-09-30 16:24:06.3414|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Number of tracks to play = 1
2015-09-30 16:24:06.3414|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Enqueuing 1 tracks.
2015-09-30 16:27:44.5899|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 16:32:44.5903|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 16:35:37.4563|Info|Dopamine.Application.ProcessCommandLineArguments|Found commandline arguments.
2015-09-30 16:35:37.4633|Info|Dopamine.Application.ProcessCommandLineArguments|Processing Non-JumpList commandline arguments.
2015-09-30 16:35:37.4633|Info|Dopamine.Application.TrySendCommandlineArguments|Trying to send 2 commandline arguments to the running instance
2015-09-30 16:35:37.4883|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Found commandline arguments.
2015-09-30 16:35:37.4883|Info|Dopamine.Application.TrySendCommandlineArguments|Sent 2 commandline arguments to the running instance
2015-09-30 16:35:37.4883|Warn|Dopamine.Application.OnStartup|Dopamine is already running. Shutting down.
2015-09-30 16:35:37.7416|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_55_AddFilesTimerElapsedHandler.MoveNext|Finished adding files. Number of files added = 1
2015-09-30 16:35:37.7446|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Number of tracks to play = 1
2015-09-30 16:35:37.7446|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Enqueuing 1 tracks.
2015-09-30 16:37:44.6036|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 16:38:01.1067|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 16:38:02.8866|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 16:38:02.8866|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 16:42:44.6038|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 16:44:24.9463|Info|Dopamine.Application.ProcessCommandLineArguments|Found commandline arguments.
2015-09-30 16:44:24.9533|Info|Dopamine.Application.ProcessCommandLineArguments|Processing Non-JumpList commandline arguments.
2015-09-30 16:44:24.9533|Info|Dopamine.Application.TrySendCommandlineArguments|Trying to send 2 commandline arguments to the running instance
2015-09-30 16:44:24.9774|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Found commandline arguments.
2015-09-30 16:44:24.9784|Info|Dopamine.Application.TrySendCommandlineArguments|Sent 2 commandline arguments to the running instance
2015-09-30 16:44:24.9784|Warn|Dopamine.Application.OnStartup|Dopamine is already running. Shutting down.
2015-09-30 16:44:25.2316|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_55_AddFilesTimerElapsedHandler.MoveNext|Finished adding files. Number of files added = 1
2015-09-30 16:44:25.2316|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Number of tracks to play = 1
2015-09-30 16:44:25.2446|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Enqueuing 1 tracks.
2015-09-30 16:47:44.6034|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 16:49:57.2523|Info|Dopamine.Application.ProcessCommandLineArguments|Found commandline arguments.
2015-09-30 16:49:57.2623|Info|Dopamine.Application.ProcessCommandLineArguments|Processing Non-JumpList commandline arguments.
2015-09-30 16:49:57.2623|Info|Dopamine.Application.TrySendCommandlineArguments|Trying to send 2 commandline arguments to the running instance
2015-09-30 16:49:57.2824|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Found commandline arguments.
2015-09-30 16:49:57.2824|Info|Dopamine.Application.TrySendCommandlineArguments|Sent 2 commandline arguments to the running instance
2015-09-30 16:49:57.2824|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Added file 'D:\Libraries\Downloads\Freeheld (m4a)\07. Remembering.m4a'
2015-09-30 16:49:57.2824|Warn|Dopamine.Application.OnStartup|Dopamine is already running. Shutting down.
2015-09-30 16:49:57.5396|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_55_AddFilesTimerElapsedHandler.MoveNext|Finished adding files. Number of files added = 1
2015-09-30 16:49:57.5416|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Number of tracks to play = 1
2015-09-30 16:49:57.5416|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Enqueuing 1 tracks.
2015-09-30 16:52:44.6042|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 16:53:02.9027|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 16:53:04.9306|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 16:53:04.9326|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 16:57:44.6184|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 17:02:44.6186|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 17:07:44.6197|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 17:08:04.9352|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 17:08:06.6509|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 17:08:06.6509|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 17:12:44.6208|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 17:17:44.6210|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 17:22:44.6211|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 17:23:06.6553|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 17:23:08.8454|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 17:23:08.8454|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 17:27:44.6212|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 17:32:44.6224|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 17:37:44.6225|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 17:38:08.8528|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 17:38:10.7426|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 17:38:10.7446|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 17:42:44.6236|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 17:47:44.6247|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 17:52:44.6349|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 17:53:10.7470|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 17:53:12.7259|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 17:53:12.7279|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 17:57:44.6350|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 18:02:44.6351|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 18:07:44.6353|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 18:08:12.7303|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 18:08:14.7642|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 18:08:14.7642|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 18:12:44.6364|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 18:17:44.6375|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 18:22:44.6507|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 18:23:14.7696|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 18:23:16.6915|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 18:23:16.6915|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 18:27:44.6508|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 18:32:44.6509|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 18:37:44.6511|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 18:38:16.7089|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 18:38:18.4025|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 18:38:18.4025|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 18:42:44.6667|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 18:47:44.6679|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 18:52:44.6688|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 18:53:18.4172|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 18:53:20.9646|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 18:53:20.9646|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 18:57:44.6689|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 19:02:44.6690|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 19:07:44.6692|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 19:08:20.9700|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 19:08:22.8488|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 19:08:22.8488|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 19:12:44.6689|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 19:17:44.6693|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 19:22:44.6831|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 19:23:22.8532|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 19:23:24.7626|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 19:23:24.7626|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 19:27:44.6824|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 19:31:49.8094|Info|Dopamine.Application.ProcessCommandLineArguments|Found commandline arguments.
2015-09-30 19:31:49.8094|Info|Dopamine.Application.ProcessCommandLineArguments|Processing Non-JumpList commandline arguments.
2015-09-30 19:31:49.8224|Info|Dopamine.Application.TrySendCommandlineArguments|Trying to send 2 commandline arguments to the running instance
2015-09-30 19:31:49.8414|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Found commandline arguments.
2015-09-30 19:31:49.8414|Info|Dopamine.Application.TrySendCommandlineArguments|Sent 2 commandline arguments to the running instance
2015-09-30 19:31:49.8414|Warn|Dopamine.Application.OnStartup|Dopamine is already running. Shutting down.
2015-09-30 19:31:50.0947|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_55_AddFilesTimerElapsedHandler.MoveNext|Finished adding files. Number of files added = 1
2015-09-30 19:31:50.1087|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Number of tracks to play = 1
2015-09-30 19:31:50.1087|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Enqueuing 1 tracks.
2015-09-30 19:32:44.6838|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 19:37:44.6967|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 19:38:24.7672|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 19:38:26.4926|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 19:38:26.4966|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 19:39:19.0972|Info|Dopamine.Application.ProcessCommandLineArguments|Found commandline arguments.
2015-09-30 19:39:19.1042|Info|Dopamine.Application.ProcessCommandLineArguments|Processing Non-JumpList commandline arguments.
2015-09-30 19:39:19.1042|Info|Dopamine.Application.TrySendCommandlineArguments|Trying to send 2 commandline arguments to the running instance
2015-09-30 19:39:19.1293|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Found commandline arguments.
2015-09-30 19:39:19.1298|Info|Dopamine.Application.TrySendCommandlineArguments|Sent 2 commandline arguments to the running instance
2015-09-30 19:39:19.1298|Warn|Dopamine.Application.OnStartup|Dopamine is already running. Shutting down.
2015-09-30 19:39:19.3840|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_55_AddFilesTimerElapsedHandler.MoveNext|Finished adding files. Number of files added = 1
2015-09-30 19:39:19.4180|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Number of tracks to play = 1
2015-09-30 19:39:19.4180|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Enqueuing 1 tracks.
2015-09-30 19:42:44.6965|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 19:42:58.2467|Info|Dopamine.Application.ProcessCommandLineArguments|Found commandline arguments.
2015-09-30 19:42:58.2467|Info|Dopamine.Application.ProcessCommandLineArguments|Processing Non-JumpList commandline arguments.
2015-09-30 19:42:58.2597|Info|Dopamine.Application.TrySendCommandlineArguments|Trying to send 2 commandline arguments to the running instance
2015-09-30 19:42:58.2797|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Found commandline arguments.
2015-09-30 19:42:58.2797|Info|Dopamine.Application.TrySendCommandlineArguments|Sent 2 commandline arguments to the running instance
2015-09-30 19:42:58.2797|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Added file 'D:\Libraries\Downloads\Every Thing Will Be Fine\02. The House In The Snow.mp3'
2015-09-30 19:42:58.2797|Warn|Dopamine.Application.OnStartup|Dopamine is already running. Shutting down.
2015-09-30 19:42:58.5420|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_55_AddFilesTimerElapsedHandler.MoveNext|Finished adding files. Number of files added = 1
2015-09-30 19:42:58.5420|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Number of tracks to play = 1
2015-09-30 19:42:58.5420|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Enqueuing 1 tracks.
2015-09-30 19:47:44.6971|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 19:52:44.6965|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 19:53:26.5115|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 19:53:28.4064|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 19:53:28.4064|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 19:54:38.3448|Info|Dopamine.Application.ProcessCommandLineArguments|Found commandline arguments.
2015-09-30 19:54:38.3558|Info|Dopamine.Application.ProcessCommandLineArguments|Processing Non-JumpList commandline arguments.
2015-09-30 19:54:38.3558|Info|Dopamine.Application.TrySendCommandlineArguments|Trying to send 2 commandline arguments to the running instance
2015-09-30 19:54:38.3769|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Found commandline arguments.
2015-09-30 19:54:38.3779|Info|Dopamine.Application.TrySendCommandlineArguments|Sent 2 commandline arguments to the running instance
2015-09-30 19:54:38.3779|Warn|Dopamine.Application.OnStartup|Dopamine is already running. Shutting down.
2015-09-30 19:54:38.6311|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_55_AddFilesTimerElapsedHandler.MoveNext|Finished adding files. Number of files added = 1
2015-09-30 19:54:38.6341|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Number of tracks to play = 1
2015-09-30 19:54:38.6341|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Enqueuing 1 tracks.
2015-09-30 19:57:44.6972|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 20:02:44.6970|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 20:07:44.6969|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 20:08:28.4209|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 20:08:30.3041|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 20:08:30.3061|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 20:12:44.6975|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 20:17:44.6982|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 20:22:44.7134|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 20:23:30.3082|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 20:23:32.0729|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 20:23:32.0729|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 20:27:44.7144|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 20:32:44.7299|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 20:37:44.7442|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 20:38:32.0909|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 20:38:33.7830|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 20:38:33.7830|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 20:42:44.7440|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 20:47:44.7443|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 20:52:44.7450|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 20:53:33.7970|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 20:53:35.5207|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 20:53:35.5207|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 20:57:44.7445|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 21:02:44.7450|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 21:07:44.7450|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 21:08:35.5265|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 21:08:37.6147|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 21:08:37.6147|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 21:12:44.7448|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 21:17:44.7452|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 21:19:57.3790|Info|Dopamine.Application.ProcessCommandLineArguments|Found commandline arguments.
2015-09-30 21:19:57.3855|Info|Dopamine.Application.ProcessCommandLineArguments|Processing Non-JumpList commandline arguments.
2015-09-30 21:19:57.3855|Info|Dopamine.Application.TrySendCommandlineArguments|Trying to send 2 commandline arguments to the running instance
2015-09-30 21:19:57.4115|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Found commandline arguments.
2015-09-30 21:19:57.4120|Info|Dopamine.Application.TrySendCommandlineArguments|Sent 2 commandline arguments to the running instance
2015-09-30 21:19:57.4115|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Added file 'D:\Libraries\Downloads\Every Thing Will Be Fine\04. Autumn.mp3'
2015-09-30 21:19:57.4160|Warn|Dopamine.Application.OnStartup|Dopamine is already running. Shutting down.
2015-09-30 21:19:57.6687|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_55_AddFilesTimerElapsedHandler.MoveNext|Finished adding files. Number of files added = 1
2015-09-30 21:19:57.6687|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Number of tracks to play = 1
2015-09-30 21:19:57.6687|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Enqueuing 1 tracks.
2015-09-30 21:22:44.7456|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 21:23:01.7501|Info|Dopamine.Application.ProcessCommandLineArguments|Found commandline arguments.
2015-09-30 21:23:01.7611|Info|Dopamine.Application.ProcessCommandLineArguments|Processing Non-JumpList commandline arguments.
2015-09-30 21:23:01.7611|Info|Dopamine.Application.TrySendCommandlineArguments|Trying to send 2 commandline arguments to the running instance
2015-09-30 21:23:01.7822|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Found commandline arguments.
2015-09-30 21:23:01.7822|Info|Dopamine.Application.TrySendCommandlineArguments|Sent 2 commandline arguments to the running instance
2015-09-30 21:23:01.7822|Warn|Dopamine.Application.OnStartup|Dopamine is already running. Shutting down.
2015-09-30 21:23:02.0354|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_55_AddFilesTimerElapsedHandler.MoveNext|Finished adding files. Number of files added = 1
2015-09-30 21:23:02.0454|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Number of tracks to play = 1
2015-09-30 21:23:02.0454|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Enqueuing 1 tracks.
2015-09-30 21:23:37.6343|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 21:23:39.3760|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 21:23:39.3760|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 21:25:53.0456|Info|Dopamine.Application.ProcessCommandLineArguments|Found commandline arguments.
2015-09-30 21:25:53.0567|Info|Dopamine.Application.ProcessCommandLineArguments|Processing Non-JumpList commandline arguments.
2015-09-30 21:25:53.0567|Info|Dopamine.Application.TrySendCommandlineArguments|Trying to send 2 commandline arguments to the running instance
2015-09-30 21:25:53.0767|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Found commandline arguments.
2015-09-30 21:25:53.0777|Info|Dopamine.Application.TrySendCommandlineArguments|Sent 2 commandline arguments to the running instance
2015-09-30 21:25:53.0777|Warn|Dopamine.Application.OnStartup|Dopamine is already running. Shutting down.
2015-09-30 21:25:53.3299|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_55_AddFilesTimerElapsedHandler.MoveNext|Finished adding files. Number of files added = 1
2015-09-30 21:25:53.3399|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Number of tracks to play = 1
2015-09-30 21:25:53.3399|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Enqueuing 1 tracks.
2015-09-30 21:27:44.7460|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 21:32:44.7461|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 21:37:44.7457|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 21:38:39.3802|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 21:38:41.7690|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 21:38:41.7690|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 21:42:44.7460|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 21:47:44.7466|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 21:52:44.7473|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 21:53:41.7740|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 21:53:43.4802|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 21:53:43.4802|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 21:57:44.7604|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 22:02:44.7761|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 22:07:44.7762|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 22:08:43.4856|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 22:08:45.1457|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 22:08:45.1457|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 22:12:44.7763|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 22:17:44.7769|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 22:22:44.7768|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 22:23:45.1508|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 22:23:46.8604|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 22:23:46.8604|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 22:27:44.7909|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 22:32:44.7906|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 22:37:44.7907|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 22:38:46.8653|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 22:38:48.5349|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 22:38:48.5349|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 22:42:44.7918|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 22:47:44.7920|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 22:52:44.8061|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 22:53:48.5403|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 22:53:50.2680|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 22:53:50.2680|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 22:57:44.8062|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 23:02:44.8074|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 23:07:44.8075|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 23:08:50.2784|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 23:08:51.9850|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 23:08:51.9850|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 23:12:44.8086|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 23:17:44.8098|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 23:22:44.8109|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 23:23:51.9904|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 23:23:53.6750|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 23:23:53.6750|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 23:27:44.8110|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 23:32:44.8112|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 23:37:44.8223|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 23:38:53.6794|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 23:38:55.4161|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 23:38:55.4161|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 23:42:44.8224|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 23:47:44.8226|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 23:52:44.8237|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-09-30 23:53:55.4215|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-09-30 23:53:57.2713|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-09-30 23:53:57.2713|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-09-30 23:57:44.8248|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 00:02:44.8400|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 00:07:44.8401|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 00:08:57.2777|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-01 00:08:59.0003|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-01 00:08:59.0003|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-10-01 00:12:44.8402|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 00:17:44.8404|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 00:22:44.8415|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 00:23:59.0157|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-01 00:24:00.8074|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-01 00:24:00.8074|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-10-01 00:27:44.8426|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 00:32:44.8558|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 00:37:44.8559|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 00:39:00.8128|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-01 00:39:02.5175|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-01 00:39:02.5175|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-10-01 00:42:44.8560|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 00:47:44.8556|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 00:52:34.2895|Info|Dopamine.Views.Shell.Shutdown|### STOPPING dopamine, version 1.0.0 (Build 405) ###
2015-10-01 00:52:34.2925|Info|Dopamine.Views.Shell.Shell_Closing|### STOPPING dopamine, version 1.0.0 (Build 405) ###
2015-10-01 17:27:44.1206|Info|Dopamine.Application.ProcessCommandLineArguments|Found commandline arguments.
2015-10-01 17:27:44.1406|Info|Dopamine.Application.ProcessCommandLineArguments|Processing Non-JumpList commandline arguments.
2015-10-01 17:27:44.1406|Info|Dopamine.Application.ExecuteStartup|### STARTING dopamine, version 1.0.0 (Build 405). IsPortable = False ###
2015-10-01 17:27:46.5643|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 17:27:47.2860|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Found commandline arguments.
2015-10-01 17:27:47.2860|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Added file 'D:\Libraries\Downloads\Maroon 5 - Singles [2015] [MP3-320KBPS] [H4CKUS] [GloDLS]\01-maroon_5-this_love.mp3'
2015-10-01 17:27:48.0256|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-01 17:27:48.0256|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-01 17:27:48.1797|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_55_AddFilesTimerElapsedHandler.MoveNext|Finished adding files. Number of files added = 1
2015-10-01 17:27:48.2428|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-10-01 17:27:48.2628|Info|Synapse.Synapse.Main|Validating process
2015-10-01 17:27:48.2758|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-10-01 17:27:48.2758|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-10-01 17:27:48.5259|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-10-01 17:27:48.5449|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Number of tracks to play = 1
2015-10-01 17:27:48.5449|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Enqueuing 1 tracks.
2015-10-01 17:27:49.0774|Info|Synapse.Synapse.Main|Waiting for the database
2015-10-01 17:27:49.0774|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-10-01 17:27:49.0774|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-10-01 17:27:50.2584|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-01 17:27:50.2604|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-10-01 17:27:51.1092|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-10-01 17:27:51.1092|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-10-01 17:27:51.1092|Info|Synapse.Synapse.Main|Updating collection
2015-10-01 17:27:51.1212|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-10-01 17:27:57.8680|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 6735 ms +++
2015-10-01 17:27:59.5200|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 1030 ms +++
2015-10-01 17:27:59.5605|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks added: 0. Time required: 38 ms +++
2015-10-01 17:28:00.0650|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-01 17:28:00.0650|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-01 17:28:00.0705|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 0. Time required: 8937 ms +++
2015-10-01 17:28:00.0735|Info|Synapse.Synapse.Main|Updating artwork
2015-10-01 17:28:00.0735|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_26_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-10-01 17:28:00.8680|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-01 17:28:00.8710|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-10-01 17:28:01.1115|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-01 17:28:01.1115|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-01 17:28:01.1155|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_26_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 47. Time required: 1031 ms +++
2015-10-01 17:28:01.1115|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-10-01 17:28:01.1225|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-10-01 17:28:01.1205|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-01 17:28:01.1205|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-01 17:28:01.1225|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-10-01 17:28:01.1225|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-10-01 17:28:01.1575|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-10-01 17:28:02.2546|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-01 17:28:02.2546|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-10-01 17:28:03.5414|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-01 17:28:03.5414|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-10-01 17:43:55.8485|Info|Dopamine.Application.ProcessCommandLineArguments|Found commandline arguments.
2015-10-01 17:43:55.8695|Info|Dopamine.Application.ProcessCommandLineArguments|Processing Non-JumpList commandline arguments.
2015-10-01 17:43:55.8695|Info|Dopamine.Application.ExecuteStartup|### STARTING dopamine, version 1.0.0 (Build 405). IsPortable = False ###
2015-10-01 17:43:58.4149|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 17:43:59.1566|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Found commandline arguments.
2015-10-01 17:43:59.1566|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Added file 'D:\Libraries\Downloads\Maroon 5 - Singles [2015] [MP3-320KBPS] [H4CKUS] [GloDLS]\01-maroon_5-this_love.mp3'
2015-10-01 17:43:59.8600|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-01 17:43:59.8600|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-01 17:43:59.9881|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_55_AddFilesTimerElapsedHandler.MoveNext|Finished adding files. Number of files added = 1
2015-10-01 17:44:00.4786|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-10-01 17:44:00.4997|Info|Synapse.Synapse.Main|Validating process
2015-10-01 17:44:00.5002|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Number of tracks to play = 1
2015-10-01 17:44:00.5002|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Enqueuing 1 tracks.
2015-10-01 17:44:00.5137|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-10-01 17:44:00.5137|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-10-01 17:44:00.7559|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-10-01 17:44:01.3897|Info|Synapse.Synapse.Main|Waiting for the database
2015-10-01 17:44:01.3897|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-10-01 17:44:01.3897|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-10-01 17:44:02.3366|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-01 17:44:02.3406|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-10-01 17:44:03.4452|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-10-01 17:44:03.4482|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-10-01 17:44:03.4482|Info|Synapse.Synapse.Main|Updating collection
2015-10-01 17:44:03.4642|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-10-01 17:44:06.0892|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 2618 ms +++
2015-10-01 17:44:07.5053|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 1021 ms +++
2015-10-01 17:44:07.5444|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks added: 0. Time required: 36 ms +++
2015-10-01 17:44:08.0617|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-01 17:44:08.0617|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-01 17:44:08.0677|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 0. Time required: 4598 ms +++
2015-10-01 17:44:08.0738|Info|Synapse.Synapse.Main|Updating artwork
2015-10-01 17:44:08.0738|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_26_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-10-01 17:44:08.5242|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-01 17:44:08.5262|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-01 17:44:08.5282|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_26_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 47. Time required: 448 ms +++
2015-10-01 17:44:08.5262|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-10-01 17:44:08.5282|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-10-01 17:44:08.5262|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-01 17:44:08.5262|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-01 17:44:08.5432|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-10-01 17:44:08.5432|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-10-01 17:44:08.5687|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-10-01 17:44:09.3113|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-01 17:44:09.3113|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-10-01 17:44:09.8097|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-01 17:44:09.8097|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-10-01 17:44:10.2716|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-01 17:44:10.2716|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-10-01 17:45:16.6035|Info|Dopamine.Application.ProcessCommandLineArguments|Found commandline arguments.
2015-10-01 17:45:16.6235|Info|Dopamine.Application.ProcessCommandLineArguments|Processing Non-JumpList commandline arguments.
2015-10-01 17:45:16.6235|Info|Dopamine.Application.TrySendCommandlineArguments|Trying to send 2 commandline arguments to the running instance
2015-10-01 17:45:17.1631|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Found commandline arguments.
2015-10-01 17:45:17.1631|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Added file 'D:\Libraries\Downloads\Maroon 5 - Singles [2015] [MP3-320KBPS] [H4CKUS] [GloDLS]\02-maroon_5-payphone_(feat._wiz_khalifa).mp3'
2015-10-01 17:45:17.2151|Info|Dopamine.Application.TrySendCommandlineArguments|Sent 2 commandline arguments to the running instance
2015-10-01 17:45:17.2151|Warn|Dopamine.Application.OnStartup|Dopamine is already running. Shutting down.
2015-10-01 17:45:17.4173|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_55_AddFilesTimerElapsedHandler.MoveNext|Finished adding files. Number of files added = 1
2015-10-01 17:45:17.4623|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Number of tracks to play = 1
2015-10-01 17:45:17.4643|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Enqueuing 1 tracks.
2015-10-01 17:45:23.6306|Info|Dopamine.Application.ProcessCommandLineArguments|Found commandline arguments.
2015-10-01 17:45:23.6506|Info|Dopamine.Application.ProcessCommandLineArguments|Processing Non-JumpList commandline arguments.
2015-10-01 17:45:23.6506|Info|Dopamine.Application.TrySendCommandlineArguments|Trying to send 2 commandline arguments to the running instance
2015-10-01 17:45:24.1431|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Found commandline arguments.
2015-10-01 17:45:24.1431|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Added file 'D:\Libraries\Downloads\Maroon 5 - Singles [2015] [MP3-320KBPS] [H4CKUS] [GloDLS]\04-maroon_5-one_more_night.mp3'
2015-10-01 17:45:24.1961|Info|Dopamine.Application.TrySendCommandlineArguments|Sent 2 commandline arguments to the running instance
2015-10-01 17:45:24.1981|Warn|Dopamine.Application.OnStartup|Dopamine is already running. Shutting down.
2015-10-01 17:45:24.3983|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_55_AddFilesTimerElapsedHandler.MoveNext|Finished adding files. Number of files added = 1
2015-10-01 17:45:24.4563|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Number of tracks to play = 1
2015-10-01 17:45:24.4563|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Enqueuing 1 tracks.
2015-10-01 17:45:53.6335|Info|Dopamine.Application.ProcessCommandLineArguments|Found commandline arguments.
2015-10-01 17:45:53.6525|Info|Dopamine.Application.ProcessCommandLineArguments|Processing Non-JumpList commandline arguments.
2015-10-01 17:45:53.6525|Info|Dopamine.Application.TrySendCommandlineArguments|Trying to send 2 commandline arguments to the running instance
2015-10-01 17:45:54.1431|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Found commandline arguments.
2015-10-01 17:45:54.1431|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Added file 'D:\Libraries\Downloads\Everest\01. The Call.mp3'
2015-10-01 17:45:54.1956|Info|Dopamine.Application.TrySendCommandlineArguments|Sent 2 commandline arguments to the running instance
2015-10-01 17:45:54.1981|Warn|Dopamine.Application.OnStartup|Dopamine is already running. Shutting down.
2015-10-01 17:45:54.3983|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_55_AddFilesTimerElapsedHandler.MoveNext|Finished adding files. Number of files added = 1
2015-10-01 17:45:54.4008|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Number of tracks to play = 1
2015-10-01 17:45:54.4008|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Enqueuing 1 tracks.
2015-10-01 17:48:58.4176|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 17:49:44.2185|Info|Dopamine.Application.ProcessCommandLineArguments|Found commandline arguments.
2015-10-01 17:49:44.2325|Info|Dopamine.Application.ProcessCommandLineArguments|Processing Non-JumpList commandline arguments.
2015-10-01 17:49:44.2325|Info|Dopamine.Application.TrySendCommandlineArguments|Trying to send 2 commandline arguments to the running instance
2015-10-01 17:49:44.7290|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Found commandline arguments.
2015-10-01 17:49:44.7290|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Added file 'D:\Libraries\Downloads\Everest\02. Setting Off From Kathmandu.mp3'
2015-10-01 17:49:44.7831|Info|Dopamine.Application.TrySendCommandlineArguments|Sent 2 commandline arguments to the running instance
2015-10-01 17:49:44.7831|Warn|Dopamine.Application.OnStartup|Dopamine is already running. Shutting down.
2015-10-01 17:49:44.9843|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_55_AddFilesTimerElapsedHandler.MoveNext|Finished adding files. Number of files added = 1
2015-10-01 17:49:44.9943|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Number of tracks to play = 1
2015-10-01 17:49:44.9943|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Enqueuing 1 tracks.
2015-10-01 17:51:10.1285|Info|Dopamine.Application.ProcessCommandLineArguments|Found commandline arguments.
2015-10-01 17:51:10.1415|Info|Dopamine.Application.ProcessCommandLineArguments|Processing Non-JumpList commandline arguments.
2015-10-01 17:51:10.1505|Info|Dopamine.Application.TrySendCommandlineArguments|Trying to send 2 commandline arguments to the running instance
2015-10-01 17:51:10.6413|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Found commandline arguments.
2015-10-01 17:51:10.6413|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Added file 'D:\Libraries\Downloads\Everest\03. First Trek Base Camp.mp3'
2015-10-01 17:51:10.6943|Info|Dopamine.Application.TrySendCommandlineArguments|Sent 2 commandline arguments to the running instance
2015-10-01 17:51:10.6943|Warn|Dopamine.Application.OnStartup|Dopamine is already running. Shutting down.
2015-10-01 17:51:10.8965|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_55_AddFilesTimerElapsedHandler.MoveNext|Finished adding files. Number of files added = 1
2015-10-01 17:51:10.9065|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Number of tracks to play = 1
2015-10-01 17:51:10.9065|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Enqueuing 1 tracks.
2015-10-01 17:53:44.5435|Info|Dopamine.Application.ProcessCommandLineArguments|Found commandline arguments.
2015-10-01 17:53:44.5625|Info|Dopamine.Application.ProcessCommandLineArguments|Processing Non-JumpList commandline arguments.
2015-10-01 17:53:44.5625|Info|Dopamine.Application.TrySendCommandlineArguments|Trying to send 2 commandline arguments to the running instance
2015-10-01 17:53:45.0633|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Found commandline arguments.
2015-10-01 17:53:45.0633|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Added file 'D:\Libraries\Downloads\Everest\04. Arriving At The Temple.mp3'
2015-10-01 17:53:45.1212|Info|Dopamine.Application.TrySendCommandlineArguments|Sent 2 commandline arguments to the running instance
2015-10-01 17:53:45.1212|Warn|Dopamine.Application.OnStartup|Dopamine is already running. Shutting down.
2015-10-01 17:53:45.3278|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_55_AddFilesTimerElapsedHandler.MoveNext|Finished adding files. Number of files added = 1
2015-10-01 17:53:45.3278|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Number of tracks to play = 1
2015-10-01 17:53:45.3278|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Enqueuing 1 tracks.
2015-10-01 17:53:58.4325|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 17:58:58.4330|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 17:59:09.3262|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-01 17:59:11.2969|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-01 17:59:11.2969|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 0.0.0.0
2015-10-01 18:03:58.4332|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 18:08:50.7186|Info|Dopamine.Views.Shell.Shutdown|### STOPPING dopamine, version 1.0.0 (Build 405) ###
2015-10-01 18:08:50.8006|Info|Dopamine.Views.Shell.Shell_Closing|### STOPPING dopamine, version 1.0.0 (Build 405) ###
2015-10-01 20:18:18.5294|Info|Dopamine.Application.ExecuteStartup|### STARTING dopamine, version 1.0.0 (Build 405). IsPortable = False ###
2015-10-01 20:18:20.9057|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 20:18:22.4417|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-01 20:18:22.4417|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-01 20:18:23.2939|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-10-01 20:18:23.3074|Info|Synapse.Synapse.Main|Validating process
2015-10-01 20:18:23.3264|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-10-01 20:18:23.3264|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-10-01 20:18:23.5562|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-10-01 20:18:24.0371|Info|Synapse.Synapse.Main|Waiting for the database
2015-10-01 20:18:24.0371|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-10-01 20:18:24.0421|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-10-01 20:18:24.7810|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 1.0.0.410
2015-10-01 20:18:24.7810|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 1.0.0.410
2015-10-01 20:18:24.7810|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: latest online version = 1.0.0.410 is valid. Automatic download = True
2015-10-01 20:18:24.8201|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: latest online version = 1.0.0.410 is NOT valid
2015-10-01 20:18:26.0347|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-10-01 20:18:26.0347|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-10-01 20:18:26.0442|Info|Synapse.Synapse.Main|Updating collection
2015-10-01 20:18:26.0442|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-10-01 20:18:29.6936|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 3635 ms +++
2015-10-01 20:18:31.1302|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 948 ms +++
2015-10-01 20:18:31.1672|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks added: 0. Time required: 34 ms +++
2015-10-01 20:18:31.6736|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-01 20:18:31.6736|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-01 20:18:31.6796|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 0. Time required: 5621 ms +++
2015-10-01 20:18:31.6856|Info|Synapse.Synapse.Main|Updating artwork
2015-10-01 20:18:31.6856|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_26_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-10-01 20:18:32.7055|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-01 20:18:32.7055|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-01 20:18:32.7105|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_26_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 47. Time required: 1017 ms +++
2015-10-01 20:18:32.7055|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-10-01 20:18:32.7195|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-10-01 20:18:32.7150|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-01 20:18:32.7150|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-01 20:18:32.7195|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-10-01 20:18:32.7195|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-10-01 20:18:32.7496|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-10-01 20:18:32.8527|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 1.0.0.410
2015-10-01 20:18:32.8547|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 1.0.0.410
2015-10-01 20:18:32.8547|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: latest online version = 1.0.0.410 is valid. Automatic download = True
2015-10-01 20:18:32.8547|Error|Dopamine.Common.Services.Update.UpdateService.TryCleanUpdatesSubDirectory|Update check: could not delete the file C:\Users\jacka\AppData\Roaming\Dopamine\Updates\1.0.0.410-Preview.zip.part. Exception: The process cannot access the file '1.0.0.410-Preview.zip.part' because it is being used by another process.
2015-10-01 20:18:32.8547|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: latest online version = 1.0.0.410 is NOT valid
2015-10-01 20:18:32.8707|Error|Dopamine.Common.Services.Update.UpdateService._Lambda$__143|Update check: could not process downloaded files. User is notified that there is a new version online. Exception: The process cannot access the file because it is being used by another process.
2015-10-01 20:18:33.5614|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 1.0.0.410
2015-10-01 20:18:33.5614|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 1.0.0.410
2015-10-01 20:18:33.5614|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: latest online version = 1.0.0.410 is valid. Automatic download = True
2015-10-01 20:18:33.5614|Error|Dopamine.Common.Services.Update.UpdateService.TryCleanUpdatesSubDirectory|Update check: could not delete the file C:\Users\jacka\AppData\Roaming\Dopamine\Updates\1.0.0.410-Preview.zip.part. Exception: The process cannot access the file '1.0.0.410-Preview.zip.part' because it is being used by another process.
2015-10-01 20:18:33.5614|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: latest online version = 1.0.0.410 is NOT valid
2015-10-01 20:18:33.5614|Error|Dopamine.Common.Services.Update.UpdateService._Lambda$__143|Update check: could not process downloaded files. User is notified that there is a new version online. Exception: The process cannot access the file because it is being used by another process.
2015-10-01 20:18:34.1029|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 1.0.0.410
2015-10-01 20:18:34.1049|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.405,  latest online version = 1.0.0.410
2015-10-01 20:18:34.1049|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: latest online version = 1.0.0.410 is valid. Automatic download = True
2015-10-01 20:18:34.1049|Error|Dopamine.Common.Services.Update.UpdateService.TryCleanUpdatesSubDirectory|Update check: could not delete the file C:\Users\jacka\AppData\Roaming\Dopamine\Updates\1.0.0.410-Preview.zip.part. Exception: The process cannot access the file '1.0.0.410-Preview.zip.part' because it is being used by another process.
2015-10-01 20:18:34.1049|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: latest online version = 1.0.0.410 is NOT valid
2015-10-01 20:18:34.1049|Error|Dopamine.Common.Services.Update.UpdateService._Lambda$__143|Update check: could not process downloaded files. User is notified that there is a new version online. Exception: The process cannot access the file because it is being used by another process.
2015-10-01 20:19:14.5748|Info|Dopamine.Views.Shell.Shell_Closing|### STOPPING dopamine, version 1.0.0 (Build 405) ###
2015-10-01 20:20:00.9128|Info|Dopamine.Application.ExecuteStartup|### STARTING dopamine, version 1.0.0 (Build 410). IsPortable = False ###
2015-10-01 20:20:03.1707|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 20:20:04.1297|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-01 20:20:04.1352|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-01 20:20:04.2874|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-10-01 20:20:04.3074|Info|Synapse.Synapse.Main|Validating process
2015-10-01 20:20:04.3074|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-10-01 20:20:04.3074|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-10-01 20:20:04.5436|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-10-01 20:20:05.0601|Info|Synapse.Synapse.Main|Waiting for the database
2015-10-01 20:20:05.0601|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-10-01 20:20:05.0601|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-10-01 20:20:06.8181|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-01 20:20:06.8181|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-01 20:20:07.0453|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-10-01 20:20:07.0453|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-10-01 20:20:07.0453|Info|Synapse.Synapse.Main|Updating collection
2015-10-01 20:20:07.0583|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-10-01 20:20:07.4854|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 415 ms +++
2015-10-01 20:20:08.6370|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 975 ms +++
2015-10-01 20:20:08.6755|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks added: 0. Time required: 36 ms +++
2015-10-01 20:20:09.2031|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-01 20:20:09.2031|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-01 20:20:09.2086|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 0. Time required: 2138 ms +++
2015-10-01 20:20:09.2161|Info|Synapse.Synapse.Main|Updating artwork
2015-10-01 20:20:09.2161|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_26_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-10-01 20:20:09.4118|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-01 20:20:09.4118|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-01 20:20:09.4178|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_26_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 47. Time required: 194 ms +++
2015-10-01 20:20:09.4173|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-10-01 20:20:09.4178|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-10-01 20:20:09.4173|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-01 20:20:09.4333|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-01 20:20:09.4363|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-10-01 20:20:09.4363|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-10-01 20:20:09.4583|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-10-01 20:20:09.9132|Error|Dopamine.Common.Services.Update.UpdateService+_Closure$__28._Lambda$__136|Update check: could not retrieve online version information. Exception: The request was aborted: Could not create SSL/TLS secure channel.
2015-10-01 20:20:09.9132|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-01 20:20:09.9172|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 0.0.0.0,  latest online version = 0.0.0.0
2015-10-01 20:20:10.0534|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-01 20:20:10.0534|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-01 20:20:10.8622|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-01 20:20:10.8622|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-01 20:25:03.1830|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 20:30:03.1830|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 20:35:03.1833|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 20:35:09.9191|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-01 20:35:12.0276|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-01 20:35:12.0276|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-01 20:40:03.1831|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 20:45:03.1837|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 20:50:03.1838|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 20:50:12.0325|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-01 20:50:12.5670|Error|Dopamine.Common.Services.Update.UpdateService+_Closure$__28._Lambda$__136|Update check: could not retrieve online version information. Exception: The request was aborted: Could not create SSL/TLS secure channel.
2015-10-01 20:50:12.5670|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-01 20:50:12.5670|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 0.0.0.0,  latest online version = 0.0.0.0
2015-10-01 20:55:03.1838|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 21:00:03.1985|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 21:05:03.1994|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 21:05:12.5742|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-01 21:05:14.5681|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-01 21:05:14.5681|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-01 21:10:03.1990|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 21:15:03.1986|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 21:20:03.1991|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 21:20:14.5865|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-01 21:20:16.3975|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-01 21:20:16.3975|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-01 21:25:03.1988|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 21:30:03.1994|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 21:35:03.1989|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 21:35:16.4024|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-01 21:35:18.2416|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-01 21:35:18.2416|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-01 21:40:03.1997|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 21:45:03.2004|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-01 21:46:35.0709|Info|Dopamine.Views.Shell.Shutdown|### STOPPING dopamine, version 1.0.0 (Build 410) ###
2015-10-01 21:46:35.0739|Info|Dopamine.Views.Shell.Shell_Closing|### STOPPING dopamine, version 1.0.0 (Build 410) ###
2015-10-03 16:21:17.5805|Info|Dopamine.Application.ExecuteStartup|### STARTING dopamine, version 1.0.0 (Build 410). IsPortable = False ###
2015-10-03 16:21:19.0792|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 16:21:19.7394|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-10-03 16:21:19.7459|Info|Synapse.Synapse.Main|Validating process
2015-10-03 16:21:19.7459|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-10-03 16:21:19.7459|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-10-03 16:21:19.7929|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-10-03 16:21:19.8215|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-03 16:21:19.8300|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-03 16:21:20.0106|Info|Synapse.Synapse.Main|Waiting for the database
2015-10-03 16:21:20.0106|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-10-03 16:21:20.0106|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-10-03 16:21:21.5578|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-10-03 16:21:21.5578|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-10-03 16:21:21.5578|Info|Synapse.Synapse.Main|Updating collection
2015-10-03 16:21:21.5829|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-10-03 16:21:22.5629|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-03 16:21:22.5629|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-03 16:21:28.1769|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 6588 ms +++
2015-10-03 16:21:29.7704|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 965 ms +++
2015-10-03 16:21:30.6233|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks added: 32. Time required: 850 ms +++
2015-10-03 16:21:31.1408|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-03 16:21:31.1408|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-03 16:21:31.1488|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 32. Time required: 9559 ms +++
2015-10-03 16:21:31.1523|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshLists|Sending event to refresh the lists
2015-10-03 16:21:31.1513|Info|Synapse.Synapse.Main|Updating artwork
2015-10-03 16:21:31.1513|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_26_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-10-03 16:21:32.0681|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-03 16:21:32.0681|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-03 16:21:32.2363|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-03 16:21:32.2363|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-03 16:21:32.2403|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_26_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 49. Time required: 1071 ms +++
2015-10-03 16:21:32.2363|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-10-03 16:21:32.2468|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-10-03 16:21:32.2503|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-03 16:21:32.2503|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-03 16:21:32.2468|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-10-03 16:21:32.2468|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-10-03 16:21:32.3099|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-10-03 16:21:33.1547|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-03 16:21:33.1547|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-03 16:21:33.4920|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-03 16:21:33.4920|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-03 16:26:19.0844|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 16:31:19.0852|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 16:36:19.0857|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 16:36:33.1593|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-03 16:36:35.0647|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-03 16:36:35.0647|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-03 16:41:19.0979|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 16:46:19.1064|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 16:51:19.1059|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 16:51:35.0833|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-03 16:51:36.8539|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-03 16:51:36.8570|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-03 16:56:19.1062|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 17:01:19.1219|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 17:06:19.1216|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 17:06:36.8701|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-03 17:06:38.5307|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-03 17:06:38.5307|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-03 17:11:19.1358|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 17:16:19.1360|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 17:21:19.1364|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 17:21:38.5428|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-03 17:21:40.2484|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-03 17:21:40.2484|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-03 17:26:19.1365|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 17:31:19.1514|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 17:36:19.1658|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 17:36:40.2649|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-03 17:36:40.2649|Error|Dopamine.Common.Services.Update.UpdateService+_Closure$__28._Lambda$__136|Update check: could not retrieve online version information. Exception: The remote name could not be resolved: 'www.dropbox.com'
2015-10-03 17:36:40.2649|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-03 17:36:40.2769|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 0.0.0.0,  latest online version = 0.0.0.0
2015-10-03 17:50:15.3523|Info|Dopamine.Application.ProcessCommandLineArguments|Found commandline arguments.
2015-10-03 17:50:15.3623|Info|Dopamine.Application.ProcessCommandLineArguments|Processing Non-JumpList commandline arguments.
2015-10-03 17:50:15.3723|Info|Dopamine.Application.ExecuteStartup|### STARTING dopamine, version 1.0.0 (Build 410). IsPortable = False ###
2015-10-03 17:50:16.8418|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 17:50:17.0710|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Found commandline arguments.
2015-10-03 17:50:17.0760|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Added file 'D:\Libraries\Audio\Full Albums\Ludovico Einaudi\2013 - In A Time Lapse\01. Corale.mp3'
2015-10-03 17:50:17.7175|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-03 17:50:17.7295|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-03 17:50:17.9096|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_55_AddFilesTimerElapsedHandler.MoveNext|Finished adding files. Number of files added = 1
2015-10-03 17:50:18.0286|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Number of tracks to play = 1
2015-10-03 17:50:18.0286|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Enqueuing 1 tracks.
2015-10-03 17:50:19.7316|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-03 17:50:19.7316|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-03 17:50:21.8768|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-10-03 17:50:21.8898|Info|Synapse.Synapse.Main|Validating process
2015-10-03 17:50:21.8898|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-10-03 17:50:21.8898|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-10-03 17:50:21.9198|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-10-03 17:50:21.9363|Info|Synapse.Synapse.Main|Waiting for the database
2015-10-03 17:50:21.9363|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-10-03 17:50:21.9363|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-10-03 17:50:23.3527|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-10-03 17:50:23.3557|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-10-03 17:50:23.3557|Info|Synapse.Synapse.Main|Updating collection
2015-10-03 17:50:23.3557|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-10-03 17:50:31.4479|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 8078 ms +++
2015-10-03 17:50:33.5859|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 961 ms +++
2015-10-03 17:50:33.8511|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks added: 19. Time required: 262 ms +++
2015-10-03 17:50:34.3788|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-03 17:50:34.3788|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-03 17:50:34.3863|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 19. Time required: 11017 ms +++
2015-10-03 17:50:34.3863|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshLists|Sending event to refresh the lists
2015-10-03 17:50:34.3863|Info|Synapse.Synapse.Main|Updating artwork
2015-10-03 17:50:34.4013|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_26_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-10-03 17:50:35.1590|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-03 17:50:35.1590|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-03 17:50:36.3658|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-03 17:50:36.3658|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-03 17:50:36.3708|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_26_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 48. Time required: 1967 ms +++
2015-10-03 17:50:36.3708|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-10-03 17:50:36.3708|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-10-03 17:50:36.3708|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-03 17:50:36.3708|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-03 17:50:36.3863|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-10-03 17:50:36.3863|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-10-03 17:50:36.3863|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-10-03 17:50:37.1281|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-03 17:50:37.1281|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-03 17:50:37.7172|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-03 17:50:37.7172|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-03 17:53:00.4355|Info|Dopamine.Application.ProcessCommandLineArguments|Found commandline arguments.
2015-10-03 17:53:00.4355|Info|Dopamine.Application.ProcessCommandLineArguments|Processing Non-JumpList commandline arguments.
2015-10-03 17:53:00.4486|Info|Dopamine.Application.TrySendCommandlineArguments|Trying to send 2 commandline arguments to the running instance
2015-10-03 17:53:00.4706|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Found commandline arguments.
2015-10-03 17:53:00.4716|Info|Dopamine.Application.TrySendCommandlineArguments|Sent 2 commandline arguments to the running instance
2015-10-03 17:53:00.4716|Warn|Dopamine.Application.OnStartup|Dopamine is already running. Shutting down.
2015-10-03 17:53:00.7248|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_55_AddFilesTimerElapsedHandler.MoveNext|Finished adding files. Number of files added = 1
2015-10-03 17:53:00.7518|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Number of tracks to play = 1
2015-10-03 17:53:00.7518|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Enqueuing 1 tracks.
2015-10-03 17:55:16.8543|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 18:00:16.8545|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 18:02:11.2505|Info|Dopamine.Application.ProcessCommandLineArguments|Found commandline arguments.
2015-10-03 18:02:11.2605|Info|Dopamine.Application.ProcessCommandLineArguments|Processing Non-JumpList commandline arguments.
2015-10-03 18:02:11.2605|Info|Dopamine.Application.TrySendCommandlineArguments|Trying to send 2 commandline arguments to the running instance
2015-10-03 18:02:11.2825|Info|Dopamine.Common.Services.File.FileService+_Closure$__17._Lambda$__110|Found commandline arguments.
2015-10-03 18:02:11.2835|Info|Dopamine.Application.TrySendCommandlineArguments|Sent 2 commandline arguments to the running instance
2015-10-03 18:02:11.2835|Warn|Dopamine.Application.OnStartup|Dopamine is already running. Shutting down.
2015-10-03 18:02:11.5367|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_55_AddFilesTimerElapsedHandler.MoveNext|Finished adding files. Number of files added = 1
2015-10-03 18:02:11.5628|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Number of tracks to play = 1
2015-10-03 18:02:11.5628|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_56_ImportFiles.MoveNext|Enqueuing 1 tracks.
2015-10-03 18:05:16.8544|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 18:05:37.1432|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-03 18:05:38.8188|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-03 18:05:38.8188|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-03 18:10:16.8543|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 18:15:16.8550|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 18:20:16.8557|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 18:20:38.8233|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-03 18:20:40.5194|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-03 18:20:40.5194|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-03 18:25:16.8563|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 18:30:16.8712|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 18:35:16.8715|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 18:35:40.5372|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-03 18:35:42.3469|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-03 18:35:42.3469|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-03 18:40:16.8707|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 18:45:16.8720|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 18:50:16.8729|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 18:50:42.3636|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-03 18:50:44.0207|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-03 18:50:44.0207|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-03 18:55:16.8733|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 19:00:16.8735|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 19:05:16.8734|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 19:05:44.0396|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-03 19:05:45.6631|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-03 19:05:45.6631|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-03 19:10:16.8734|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 19:15:16.8735|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 19:20:16.8862|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 19:20:45.6678|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-03 19:20:47.3565|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-03 19:20:47.3565|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-03 19:25:16.8866|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 19:30:16.8877|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 19:35:16.9029|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 19:35:47.3599|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-03 19:35:49.0807|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-03 19:35:49.0807|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-03 19:40:16.9038|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 19:45:16.9050|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 19:50:16.9172|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 19:50:49.0858|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-03 19:50:50.7724|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-03 19:50:50.7724|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-03 19:51:57.8018|Info|Dopamine.Views.Shell.Shutdown|### STOPPING dopamine, version 1.0.0 (Build 410) ###
2015-10-03 19:51:57.8098|Info|Dopamine.Views.Shell.Shell_Closing|### STOPPING dopamine, version 1.0.0 (Build 410) ###
2015-10-03 19:56:44.5942|Info|Dopamine.Application.ExecuteStartup|### STARTING dopamine, version 1.0.0 (Build 410). IsPortable = False ###
2015-10-03 19:56:45.8084|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-03 19:56:46.0736|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-10-03 19:56:46.0736|Info|Synapse.Synapse.Main|Validating process
2015-10-03 19:56:46.0886|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-10-03 19:56:46.0886|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-10-03 19:56:46.1106|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-10-03 19:56:46.1106|Info|Synapse.Synapse.Main|Waiting for the database
2015-10-03 19:56:46.1226|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-10-03 19:56:46.1226|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-10-03 19:56:46.2042|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-03 19:56:46.2042|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-03 19:56:47.5871|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-10-03 19:56:47.5901|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-10-03 19:56:47.5901|Info|Synapse.Synapse.Main|Updating collection
2015-10-03 19:56:47.5901|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-10-03 19:56:48.0662|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-03 19:56:48.0662|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-03 19:56:48.7408|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks removed: 19. Time required: 1138 ms +++
2015-10-03 19:56:49.9510|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 1057 ms +++
2015-10-03 19:56:49.9890|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks added: 0. Time required: 35 ms +++
2015-10-03 19:56:50.5005|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-03 19:56:50.5005|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-03 19:56:50.5065|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 19. Tracks updated: 0. Tracks added: 0. Time required: 2903 ms +++
2015-10-03 19:56:50.5105|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshLists|Sending event to refresh the lists
2015-10-03 19:56:50.5181|Info|Synapse.Synapse.Main|Updating artwork
2015-10-03 19:56:50.5181|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_26_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-10-03 19:56:50.7702|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-03 19:56:50.7702|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-03 19:56:50.7757|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_26_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 1. Covers updated: 47. Time required: 175 ms +++
2015-10-03 19:56:50.7907|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-10-03 19:56:50.7962|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-10-03 19:56:50.7932|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-03 19:56:50.7932|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-03 19:56:50.7962|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-10-03 19:56:50.8072|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-10-03 19:56:50.8072|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-10-03 19:56:51.2492|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-03 19:56:51.2492|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-03 19:56:52.0262|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-03 19:56:52.0262|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-03 19:56:52.4781|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-03 19:56:52.4806|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-03 19:56:54.4561|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-10-03 19:56:54.4662|Info|Synapse.Synapse.Main|Validating process
2015-10-03 19:56:54.4662|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-10-03 19:56:54.4662|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-10-03 19:56:54.4882|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-10-03 19:56:54.4882|Info|Synapse.Synapse.Main|Waiting for the database
2015-10-03 19:56:54.4962|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-10-03 19:56:54.4962|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-10-03 19:56:55.8965|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-10-03 19:56:55.8965|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-10-03 19:56:55.9015|Info|Synapse.Synapse.Main|Updating collection
2015-10-03 19:56:55.9015|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-10-03 19:56:56.3207|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 411 ms +++
2015-10-03 19:56:57.4552|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 960 ms +++
2015-10-03 19:56:57.4923|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks added: 0. Time required: 35 ms +++
2015-10-03 19:56:57.9848|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-03 19:56:57.9848|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-03 19:56:57.9893|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 0. Time required: 2080 ms +++
2015-10-03 19:56:57.9893|Info|Synapse.Synapse.Main|Updating artwork
2015-10-03 19:56:57.9948|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_26_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-10-03 19:56:58.1694|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-03 19:56:58.1694|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-03 19:56:58.1739|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_26_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 47. Time required: 177 ms +++
2015-10-03 19:56:58.1694|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-10-03 19:56:58.1739|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-10-03 19:56:58.1694|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-03 19:56:58.1824|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-03 19:56:58.1849|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-10-03 19:56:58.1849|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-10-03 19:56:58.1849|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-10-03 19:56:58.7600|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-03 19:56:58.7620|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-03 19:56:59.1754|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-03 19:56:59.1754|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-03 19:56:59.4601|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-03 19:56:59.4601|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-03 19:57:03.8992|Info|Dopamine.Views.Shell.Shutdown|### STOPPING dopamine, version 1.0.0 (Build 410) ###
2015-10-03 19:57:03.9012|Info|Dopamine.Views.Shell.Shell_Closing|### STOPPING dopamine, version 1.0.0 (Build 410) ###
2015-10-06 00:22:31.0211|Info|Dopamine.Application.ExecuteStartup|### STARTING dopamine, version 1.0.0 (Build 410). IsPortable = False ###
2015-10-06 00:22:32.4925|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 00:22:33.3451|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-10-06 00:22:33.3566|Info|Synapse.Synapse.Main|Validating process
2015-10-06 00:22:33.3566|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-10-06 00:22:33.3566|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-10-06 00:22:33.3982|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-10-06 00:22:33.3987|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-06 00:22:33.4072|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-06 00:22:33.5898|Info|Synapse.Synapse.Main|Waiting for the database
2015-10-06 00:22:33.5898|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-10-06 00:22:33.5898|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-10-06 00:22:35.1464|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-10-06 00:22:35.1464|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-10-06 00:22:35.1464|Info|Synapse.Synapse.Main|Updating collection
2015-10-06 00:22:35.1464|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-10-06 00:22:35.3577|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-06 00:22:35.3577|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-06 00:22:41.3862|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 6224 ms +++
2015-10-06 00:22:42.9472|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 1041 ms +++
2015-10-06 00:22:43.5889|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks added: 21. Time required: 639 ms +++
2015-10-06 00:22:44.1192|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-06 00:22:44.1227|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-06 00:22:44.1257|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 21. Time required: 8964 ms +++
2015-10-06 00:22:44.1227|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshLists|Sending event to refresh the lists
2015-10-06 00:22:44.1367|Info|Synapse.Synapse.Main|Updating artwork
2015-10-06 00:22:44.1367|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_26_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-10-06 00:22:44.8974|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-06 00:22:44.9009|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-06 00:22:45.1727|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-06 00:22:45.1727|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-06 00:22:45.1772|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_26_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 48. Time required: 1030 ms +++
2015-10-06 00:22:45.1727|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-10-06 00:22:45.1847|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-10-06 00:22:45.1822|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-06 00:22:45.1822|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-06 00:22:45.1847|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-10-06 00:22:45.1847|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-10-06 00:22:45.2427|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-10-06 00:22:45.9422|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-06 00:22:45.9422|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-06 00:22:46.3797|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-06 00:22:46.3797|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-06 00:27:32.5123|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 00:32:32.5116|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 00:37:32.5122|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 00:37:45.9686|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-06 00:37:47.5921|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-06 00:37:47.5921|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-06 00:42:32.5119|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 00:47:32.5118|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 00:52:32.5268|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 00:52:47.6088|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-06 00:52:49.6804|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-06 00:52:49.6829|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-06 00:57:32.5268|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 01:02:32.5274|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 01:07:32.5270|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 01:07:49.6988|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-06 01:07:51.3709|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-06 01:07:51.3709|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-06 01:12:32.5271|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 01:17:32.5276|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 01:22:32.5286|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 01:22:51.3873|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-06 01:22:53.0604|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-06 01:22:53.0604|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-06 01:27:32.5428|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 01:32:32.5427|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 01:37:32.5575|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 01:37:53.0744|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-06 01:37:54.6645|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-06 01:37:54.6675|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-06 01:42:32.5580|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 01:47:32.5584|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 01:52:32.5587|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 01:52:54.6700|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-06 01:52:55.1503|Error|Dopamine.Common.Services.Update.UpdateService+_Closure$__28._Lambda$__136|Update check: could not retrieve online version information. Exception: The request was aborted: Could not create SSL/TLS secure channel.
2015-10-06 01:52:55.1523|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-06 01:52:55.1523|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 0.0.0.0,  latest online version = 0.0.0.0
2015-10-06 01:57:32.5593|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 02:02:32.5598|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 02:07:32.5743|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 02:07:55.1685|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-06 02:07:57.4249|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-06 02:07:57.4249|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-06 02:09:16.3118|Info|Dopamine.Views.Shell.Shutdown|### STOPPING dopamine, version 1.0.0 (Build 410) ###
2015-10-06 02:09:16.4289|Info|Dopamine.Views.Shell.Shell_Closing|### STOPPING dopamine, version 1.0.0 (Build 410) ###
2015-10-06 18:28:45.8125|Info|Dopamine.Application.ExecuteStartup|### STARTING dopamine, version 1.0.0 (Build 410). IsPortable = False ###
2015-10-06 18:28:47.2619|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 18:28:48.0405|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-10-06 18:28:48.0405|Info|Synapse.Synapse.Main|Validating process
2015-10-06 18:28:48.0575|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-10-06 18:28:48.0575|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-10-06 18:28:48.0885|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-10-06 18:28:48.0885|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-06 18:28:48.0885|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-06 18:28:48.2747|Info|Synapse.Synapse.Main|Waiting for the database
2015-10-06 18:28:48.2747|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-10-06 18:28:48.2747|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-10-06 18:28:49.7355|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-10-06 18:28:49.7355|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-10-06 18:28:49.7355|Info|Synapse.Synapse.Main|Updating collection
2015-10-06 18:28:49.7465|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-10-06 18:28:50.1490|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-06 18:28:50.1521|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-06 18:28:53.3867|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 3636 ms +++
2015-10-06 18:28:54.9457|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 1069 ms +++
2015-10-06 18:28:55.4591|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks added: 17. Time required: 510 ms +++
2015-10-06 18:28:55.9776|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-06 18:28:55.9816|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-06 18:28:55.9842|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 17. Time required: 6234 ms +++
2015-10-06 18:28:55.9816|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshLists|Sending event to refresh the lists
2015-10-06 18:28:55.9952|Info|Synapse.Synapse.Main|Updating artwork
2015-10-06 18:28:55.9952|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_26_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-10-06 18:28:56.8172|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-06 18:28:56.8172|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-06 18:28:57.0745|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-06 18:28:57.0745|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-06 18:28:57.0785|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_26_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 48. Time required: 1002 ms +++
2015-10-06 18:28:57.0745|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-10-06 18:28:57.0785|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-10-06 18:28:57.0880|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-06 18:28:57.0880|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-06 18:28:57.0875|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-10-06 18:28:57.0875|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-10-06 18:28:57.1420|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-10-06 18:28:58.5073|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-06 18:28:58.5103|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-06 18:28:58.6385|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-06 18:28:58.6385|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-06 18:33:47.2783|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 18:38:47.2913|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 18:43:47.2920|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 18:43:58.5251|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-06 18:44:00.2467|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-06 18:44:00.2467|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-06 18:48:47.2916|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 18:53:47.2915|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 18:58:47.2919|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 18:59:00.2659|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-06 18:59:02.0681|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-06 18:59:02.0681|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-06 19:03:47.2920|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 19:08:47.2916|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 19:13:47.2925|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 19:14:02.0729|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-06 19:14:03.9728|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-06 19:14:03.9728|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-06 19:18:47.2934|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 19:23:47.3087|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 19:28:47.3224|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 19:29:03.9781|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-06 19:29:05.8167|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-06 19:29:05.8167|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-06 19:33:47.3241|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 19:38:47.3233|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 19:43:47.3390|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 19:44:05.8345|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-06 19:44:07.6137|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-06 19:44:07.6137|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-06 19:48:47.3528|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 19:53:47.3534|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 19:58:47.3538|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 19:59:07.6186|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-06 19:59:09.7566|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-06 19:59:09.7566|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-06 20:03:47.3545|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 20:08:47.3548|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 20:13:47.3548|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 20:14:09.7747|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-06 20:14:11.5726|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-06 20:14:11.5726|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-06 20:18:47.3694|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 20:23:47.3703|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 20:28:47.3711|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 20:29:11.5890|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-06 20:29:13.4728|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-06 20:29:13.4728|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-06 20:33:47.3709|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 20:38:47.3714|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 20:43:47.3719|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 20:44:13.4780|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-06 20:44:15.0886|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-06 20:44:15.0886|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-06 20:48:47.3857|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 20:53:47.3855|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 20:58:47.3859|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 20:59:15.1039|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-06 20:59:16.8856|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-06 20:59:16.8856|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-06 21:03:47.3859|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-06 21:06:21.2610|Info|Dopamine.Views.Shell.Shutdown|### STOPPING dopamine, version 1.0.0 (Build 410) ###
2015-10-06 21:06:21.2610|Info|Dopamine.Views.Shell.Shell_Closing|### STOPPING dopamine, version 1.0.0 (Build 410) ###
2015-10-07 14:20:17.0159|Info|Dopamine.Application.ExecuteStartup|### STARTING dopamine, version 1.0.0 (Build 410). IsPortable = False ###
2015-10-07 14:20:18.4499|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-07 14:20:19.7669|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-10-07 14:20:19.7754|Info|Synapse.Synapse.Main|Validating process
2015-10-07 14:20:19.7754|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-10-07 14:20:19.7754|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-10-07 14:20:19.8105|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-10-07 14:20:19.8260|Info|Synapse.Synapse.Main|Waiting for the database
2015-10-07 14:20:19.8260|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-10-07 14:20:19.8260|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-10-07 14:20:21.3416|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-10-07 14:20:21.3416|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-10-07 14:20:21.3416|Info|Synapse.Synapse.Main|Updating collection
2015-10-07 14:20:21.3536|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-10-07 14:20:25.3857|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 4028 ms +++
2015-10-07 14:20:26.8028|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 930 ms +++
2015-10-07 14:20:26.8438|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks added: 0. Time required: 38 ms +++
2015-10-07 14:20:27.3698|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 0. Time required: 6012 ms +++
2015-10-07 14:20:27.3698|Info|Synapse.Synapse.Main|Updating artwork
2015-10-07 14:20:27.3698|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_26_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-10-07 14:20:28.4348|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_26_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 47. Time required: 1054 ms +++
2015-10-07 14:20:28.4388|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-10-07 14:20:28.4348|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-10-07 14:20:28.4468|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-10-07 14:20:28.4468|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-10-07 14:20:28.4468|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-10-07 14:25:18.4543|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-07 14:30:18.4548|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-07 14:35:18.4553|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-07 14:40:18.4557|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-07 14:45:18.4560|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-07 14:50:18.4571|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-07 14:55:18.4577|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-07 14:56:52.2772|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-07 14:56:52.2772|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-07 14:56:54.2610|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-07 14:56:54.2610|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-07 15:00:18.4680|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-07 15:05:18.4685|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-07 15:07:45.4681|Info|Dopamine.Views.Shell.Shell_Closing|### STOPPING dopamine, version 1.0.0 (Build 410) ###
2015-10-07 18:06:41.7953|Info|Dopamine.Application.ExecuteStartup|### STARTING dopamine, version 1.0.0 (Build 410). IsPortable = False ###
2015-10-07 18:06:43.2859|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-07 18:06:44.0934|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-07 18:06:44.1054|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-07 18:06:44.6960|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-10-07 18:06:44.7035|Info|Synapse.Synapse.Main|Validating process
2015-10-07 18:06:44.7125|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-10-07 18:06:44.7125|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-10-07 18:06:44.7370|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-10-07 18:06:44.7530|Info|Synapse.Synapse.Main|Waiting for the database
2015-10-07 18:06:44.7530|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-10-07 18:06:44.7595|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-10-07 18:06:46.0105|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-07 18:06:46.0105|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-07 18:06:46.2848|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-10-07 18:06:46.2848|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-10-07 18:06:46.2908|Info|Synapse.Synapse.Main|Updating collection
2015-10-07 18:06:46.2908|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-10-07 18:06:50.3832|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 4081 ms +++
2015-10-07 18:06:52.5031|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 997 ms +++
2015-10-07 18:06:52.5432|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|Tracks added: 0. Time required: 37 ms +++
2015-10-07 18:06:53.0521|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-07 18:06:53.0561|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-07 18:06:53.0586|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_24_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 0. Time required: 6757 ms +++
2015-10-07 18:06:53.0586|Info|Synapse.Synapse.Main|Updating artwork
2015-10-07 18:06:53.0586|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_26_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-10-07 18:06:53.9375|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-07 18:06:53.9375|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-07 18:06:54.0576|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-07 18:06:54.0576|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-07 18:06:54.0621|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_26_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 47. Time required: 993 ms +++
2015-10-07 18:06:54.0576|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-10-07 18:06:54.0621|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-10-07 18:06:54.0731|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-07 18:06:54.0731|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-07 18:06:54.0776|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-10-07 18:06:54.0776|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-10-07 18:06:54.0776|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-10-07 18:06:54.7800|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-07 18:06:54.7800|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-07 18:06:56.0770|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-07 18:06:56.0770|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 0.0.0.0
2015-10-07 18:07:10.5749|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_25_AddNewTracksToCollectionAsync.MoveNext|+++ STARTED ADDING NEW TRACKS TO COLLECTION +++
2015-10-07 18:07:10.6319|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_25_AddNewTracksToCollectionAsync.MoveNext|+++ FINISHED ADDING NEW TRACKS TO COLLECTION: Tracks added: 0. Time required: 57 ms +++
2015-10-07 18:07:10.7755|Info|Dopamine.Core.Database.Repositories.PlaylistRepository+_Closure$__21._Lambda$__31|Added the Playlist Terminator Genisys
2015-10-07 18:11:43.3029|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-07 18:16:43.3135|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-07 18:21:43.3252|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-07 18:21:54.7912|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-07 18:21:56.5313|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 1.0.0.424
2015-10-07 18:21:56.5313|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 1.0.0.424
2015-10-07 18:21:56.5313|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: latest online version = 1.0.0.424 is valid. Automatic download = True
2015-10-07 18:21:56.5584|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: latest online version = 1.0.0.424 is NOT valid
2015-10-07 18:26:43.3250|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-07 18:31:43.3374|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-07 18:36:43.3377|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-07 18:36:56.5724|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-07 18:36:58.2220|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 1.0.0.424
2015-10-07 18:36:58.2220|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 1.0.0.424
2015-10-07 18:36:58.2220|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: latest online version = 1.0.0.424 is valid. Automatic download = True
2015-10-07 18:36:58.2280|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: latest online version = 1.0.0.424 is NOT valid
2015-10-07 18:41:43.3386|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-07 18:46:43.3537|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-07 18:51:43.3542|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-07 18:51:58.2301|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-07 18:51:59.9112|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 1.0.0.424
2015-10-07 18:51:59.9112|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 1.0.0.424
2015-10-07 18:51:59.9112|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: latest online version = 1.0.0.424 is valid. Automatic download = True
2015-10-07 18:51:59.9172|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: latest online version = 1.0.0.424 is NOT valid
2015-10-07 18:56:43.3538|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-07 19:01:43.3537|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-07 19:06:43.3549|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-07 19:06:59.9327|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-07 19:07:01.5942|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 1.0.0.424
2015-10-07 19:07:01.5942|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 1.0.0.424
2015-10-07 19:07:01.5942|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: latest online version = 1.0.0.424 is valid. Automatic download = True
2015-10-07 19:07:01.5942|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: latest online version = 1.0.0.424 is NOT valid
2015-10-07 19:11:43.3694|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-07 19:16:43.3700|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-07 19:21:43.3703|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_76_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-07 19:22:01.6088|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-07 19:22:03.2434|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_77_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 1.0.0.424
2015-10-07 19:22:03.2454|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.410,  latest online version = 1.0.0.424
2015-10-07 19:22:03.2454|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: latest online version = 1.0.0.424 is valid. Automatic download = True
2015-10-07 19:22:03.2454|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_78_CheckVersionAsync.MoveNext|Update check: latest online version = 1.0.0.424 is NOT valid
2015-10-07 19:23:43.4696|Info|Dopamine.Views.Shell.Shell_Closing|### STOPPING dopamine, version 1.0.0 (Build 410) ###
2015-10-07 19:25:01.8932|Info|Dopamine.Application.ExecuteStartup|### STARTING dopamine, version 1.0.0 (Build 424). IsPortable = False ###
2015-10-07 19:25:03.7215|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-07 19:25:03.9627|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-10-07 19:25:03.9627|Info|Synapse.Synapse.Main|Validating process
2015-10-07 19:25:03.9795|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-10-07 19:25:03.9795|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-10-07 19:25:04.0010|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-10-07 19:25:04.0100|Info|Synapse.Synapse.Main|Waiting for the database
2015-10-07 19:25:04.0100|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-10-07 19:25:04.0100|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-10-07 19:25:04.2092|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-07 19:25:04.2127|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-07 19:25:05.4704|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-10-07 19:25:05.4704|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-10-07 19:25:05.4704|Info|Synapse.Synapse.Main|Updating collection
2015-10-07 19:25:05.4784|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-10-07 19:25:05.8803|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 394 ms +++
2015-10-07 19:25:06.2206|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-07 19:25:06.2206|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_19_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.424,  latest online version = 0.0.0.0
2015-10-07 19:25:07.0809|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 1024 ms +++
2015-10-07 19:25:07.1209|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks added: 0. Time required: 37 ms +++
2015-10-07 19:25:07.6394|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-07 19:25:07.6394|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-07 19:25:07.6499|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 0. Time required: 2164 ms +++
2015-10-07 19:25:07.6499|Info|Synapse.Synapse.Main|Updating artwork
2015-10-07 19:25:07.6499|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-10-07 19:25:07.8330|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-07 19:25:07.8330|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-07 19:25:07.8385|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 47. Time required: 178 ms +++
2015-10-07 19:25:07.8385|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-10-07 19:25:07.8385|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-10-07 19:25:07.8385|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-07 19:25:07.8385|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-07 19:25:07.8385|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-10-07 19:25:07.8535|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-10-07 19:25:07.8535|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-10-07 19:25:08.4959|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-07 19:25:08.4959|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_19_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.424,  latest online version = 0.0.0.0
2015-10-07 19:25:09.0794|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-07 19:25:09.0794|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_19_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.424,  latest online version = 0.0.0.0
2015-10-07 19:25:09.9513|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-07 19:25:09.9513|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_19_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.424,  latest online version = 0.0.0.0
2015-10-07 19:25:31.7804|Info|Dopamine.Views.Shell.Shutdown|### STOPPING dopamine, version 1.0.0 (Build 424) ###
2015-10-07 19:25:31.7804|Info|Dopamine.Views.Shell.Shell_Closing|### STOPPING dopamine, version 1.0.0 (Build 424) ###
2015-10-08 14:26:00.5562|Info|Dopamine.Application.ExecuteStartup|### STARTING dopamine, version 1.0.0 (Build 424). IsPortable = False ###
2015-10-08 14:26:02.3666|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-08 14:26:03.3127|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-08 14:26:03.3217|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-08 14:26:03.6633|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-10-08 14:26:03.6703|Info|Synapse.Synapse.Main|Validating process
2015-10-08 14:26:03.6703|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-10-08 14:26:03.6843|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-10-08 14:26:03.7078|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-10-08 14:26:03.7924|Info|Synapse.Synapse.Main|Waiting for the database
2015-10-08 14:26:03.7924|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-10-08 14:26:03.7924|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-10-08 14:26:05.4188|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-10-08 14:26:05.4188|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-10-08 14:26:05.4188|Info|Synapse.Synapse.Main|Updating collection
2015-10-08 14:26:05.4343|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-10-08 14:26:05.4588|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-08 14:26:05.4633|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_19_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.424,  latest online version = 0.0.0.0
2015-10-08 14:26:09.0392|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 3598 ms +++
2015-10-08 14:26:10.6633|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 1131 ms +++
2015-10-08 14:26:10.7038|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks added: 0. Time required: 38 ms +++
2015-10-08 14:26:11.3029|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-08 14:26:11.3079|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-08 14:26:11.3109|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 0. Time required: 5870 ms +++
2015-10-08 14:26:11.3109|Info|Synapse.Synapse.Main|Updating artwork
2015-10-08 14:26:11.3109|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-10-08 14:26:12.3270|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-08 14:26:12.3270|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_19_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.424,  latest online version = 0.0.0.0
2015-10-08 14:26:12.3715|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-08 14:26:12.3715|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-08 14:26:12.3765|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 47. Time required: 1054 ms +++
2015-10-08 14:26:12.3715|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-10-08 14:26:12.3765|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-10-08 14:26:12.3865|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-08 14:26:12.3865|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-08 14:26:12.3855|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-10-08 14:26:12.3855|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-10-08 14:26:12.4011|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-10-08 14:26:13.2203|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-08 14:26:13.2203|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_19_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.424,  latest online version = 0.0.0.0
2015-10-08 14:26:14.2213|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-08 14:26:14.2213|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_19_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.424,  latest online version = 0.0.0.0
2015-10-08 14:29:15.1597|Info|Dopamine.Core.Database.Repositories.PlaylistRepository+_Closure$__2-0._Lambda$__0|Added the Playlist Man of Steel
2015-10-08 14:31:02.3852|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-08 14:36:02.4003|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-08 18:48:34.3730|Info|Dopamine.Application.ExecuteStartup|### STARTING dopamine, version 1.0.0 (Build 424). IsPortable = False ###
2015-10-08 18:48:35.7095|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-08 18:48:36.0017|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-10-08 18:48:36.0127|Info|Synapse.Synapse.Main|Validating process
2015-10-08 18:48:36.0127|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-10-08 18:48:36.0127|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-10-08 18:48:36.0603|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-10-08 18:48:36.0603|Info|Synapse.Synapse.Main|Waiting for the database
2015-10-08 18:48:36.0733|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-10-08 18:48:36.0733|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-10-08 18:48:37.4851|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-10-08 18:48:37.4851|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-10-08 18:48:37.4851|Info|Synapse.Synapse.Main|Updating collection
2015-10-08 18:48:37.4931|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-10-08 18:48:52.2946|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 14793 ms +++
2015-10-08 18:48:54.3406|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 885 ms +++
2015-10-08 18:48:54.3796|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks added: 0. Time required: 36 ms +++
2015-10-08 18:48:54.8901|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 0. Time required: 17390 ms +++
2015-10-08 18:48:54.8901|Info|Synapse.Synapse.Main|Updating artwork
2015-10-08 18:48:54.8901|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-10-08 18:48:58.3103|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 47. Time required: 3409 ms +++
2015-10-08 18:48:58.3143|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-10-08 18:48:58.3103|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-10-08 18:48:58.3233|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-10-08 18:48:58.3233|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-10-08 18:48:58.3233|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-10-08 18:50:15.6618|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-08 18:50:15.6708|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-08 18:50:17.6248|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-08 18:50:17.6248|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_19_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.424,  latest online version = 0.0.0.0
2015-10-08 18:53:35.7146|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-08 18:58:35.7145|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-08 19:03:35.7143|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-08 19:05:17.6431|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-08 19:05:18.1488|Error|Dopamine.Common.Services.Update.UpdateService+_Closure$__18-0._Lambda$__0|Update check: could not retrieve online version information. Exception: The request was aborted: Could not create SSL/TLS secure channel.
2015-10-08 19:05:18.1518|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-08 19:05:18.1518|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_19_CheckVersionAsync.MoveNext|Update check: current version = 0.0.0.0,  latest online version = 0.0.0.0
2015-10-08 19:08:35.7149|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-08 19:13:35.7143|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-08 19:18:35.7286|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-08 19:20:18.1550|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-08 19:20:20.0982|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-08 19:20:20.0982|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_19_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.424,  latest online version = 0.0.0.0
2015-10-08 19:23:35.7289|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-08 19:28:35.7292|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-08 19:33:35.7298|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-08 19:35:20.1031|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-08 19:35:20.5501|Error|Dopamine.Common.Services.Update.UpdateService+_Closure$__18-0._Lambda$__0|Update check: could not retrieve online version information. Exception: The request was aborted: Could not create SSL/TLS secure channel.
2015-10-08 19:35:20.5501|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-08 19:35:20.5501|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_19_CheckVersionAsync.MoveNext|Update check: current version = 0.0.0.0,  latest online version = 0.0.0.0
2015-10-08 19:38:15.5583|Info|Dopamine.Views.Shell.Shutdown|### STOPPING dopamine, version 1.0.0 (Build 424) ###
2015-10-08 19:38:15.6489|Info|Dopamine.Views.Shell.Shell_Closing|### STOPPING dopamine, version 1.0.0 (Build 424) ###
2015-10-08 20:05:51.4442|Info|Dopamine.Application.ExecuteStartup|### STARTING dopamine, version 1.0.0 (Build 424). IsPortable = False ###
2015-10-08 20:05:52.7435|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-08 20:05:53.4246|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-10-08 20:05:53.4306|Info|Synapse.Synapse.Main|Validating process
2015-10-08 20:05:53.4306|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-10-08 20:05:53.4426|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-10-08 20:05:53.4616|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-10-08 20:05:53.4616|Info|Synapse.Synapse.Main|Waiting for the database
2015-10-08 20:05:53.4736|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-10-08 20:05:53.4736|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-10-08 20:05:54.8902|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-10-08 20:05:54.8902|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-10-08 20:05:54.8957|Info|Synapse.Synapse.Main|Updating collection
2015-10-08 20:05:54.9152|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-10-08 20:05:55.8316|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-08 20:05:55.8406|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-08 20:05:57.7679|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-08 20:05:57.7709|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_19_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.424,  latest online version = 0.0.0.0
2015-10-08 20:06:00.0781|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 5159 ms +++
2015-10-08 20:06:01.6930|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 1003 ms +++
2015-10-08 20:06:01.9617|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks added: 16. Time required: 266 ms +++
2015-10-08 20:06:02.4712|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-08 20:06:02.4762|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-08 20:06:02.4787|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 16. Time required: 7559 ms +++
2015-10-08 20:06:02.4762|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshLists|Sending event to refresh the lists
2015-10-08 20:06:02.4787|Info|Synapse.Synapse.Main|Updating artwork
2015-10-08 20:06:02.4892|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-10-08 20:06:03.3185|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-08 20:06:03.3185|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_19_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.424,  latest online version = 0.0.0.0
2015-10-08 20:06:03.4972|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-08 20:06:03.4972|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-08 20:06:03.5017|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 48. Time required: 1000 ms +++
2015-10-08 20:06:03.4972|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-10-08 20:06:03.5072|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-10-08 20:06:03.5057|Info|Dopamine.Common.Services.Update.UpdateService.StartChecking|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-08 20:06:03.5057|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-08 20:06:03.5072|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-10-08 20:06:03.5072|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-10-08 20:06:03.5072|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-10-08 20:06:04.4158|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-08 20:06:04.4158|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_19_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.424,  latest online version = 0.0.0.0
2015-10-08 20:06:04.8712|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-08 20:06:04.8712|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_19_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.424,  latest online version = 0.0.0.0
2015-10-08 20:10:52.7564|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-08 20:15:52.7573|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-08 20:20:52.7568|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-08 20:21:04.4276|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-08 20:21:04.8998|Error|Dopamine.Common.Services.Update.UpdateService+_Closure$__18-0._Lambda$__0|Update check: could not retrieve online version information. Exception: The request was aborted: Could not create SSL/TLS secure channel.
2015-10-08 20:21:04.8998|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-08 20:21:04.8998|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_19_CheckVersionAsync.MoveNext|Update check: current version = 0.0.0.0,  latest online version = 0.0.0.0
2015-10-08 20:25:52.7569|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-08 20:30:52.7569|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-08 20:35:52.7707|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-08 20:36:04.9075|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-08 20:36:06.8313|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-08 20:36:06.8333|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_19_CheckVersionAsync.MoveNext|Update check: current version = 1.0.0.424,  latest online version = 0.0.0.0
2015-10-08 20:40:52.7713|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-08 20:45:52.7710|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-08 20:46:41.1004|Error|Dopamine.Common.Presentation.Views.CommonTracksView+VB$StateMachine_19_ScrollToPlayingTrackAsync.MoveNext|Could not scroll to the playing track. Exception: {1}
2015-10-08 20:50:52.7714|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-08 20:51:06.8361|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: getting latest online version.
2015-10-08 20:51:07.2975|Error|Dopamine.Common.Services.Update.UpdateService+_Closure$__18-0._Lambda$__0|Update check: could not retrieve online version information. Exception: The request was aborted: Could not create SSL/TLS secure channel.
2015-10-08 20:51:07.2975|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_18_GetOnlineVersionAsync.MoveNext|Update check: latest version online = 0.0.0.0
2015-10-08 20:51:07.3015|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_19_CheckVersionAsync.MoveNext|Update check: current version = 0.0.0.0,  latest online version = 0.0.0.0
2015-10-08 20:52:20.1333|Info|Dopamine.Views.Shell.Shutdown|### STOPPING dopamine, version 1.0.0 (Build 424) ###
2015-10-08 20:52:20.2294|Info|Dopamine.Views.Shell.Shell_Closing|### STOPPING dopamine, version 1.0.0 (Build 424) ###
2015-10-11 16:05:05.5869|Info|Dopamine.Application.ExecuteStartup|### STARTING dopamine, version 1.0.0 (Build 435). IsPortable = False ###
2015-10-11 16:05:07.4127|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-11 16:05:07.7260|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-10-11 16:05:07.7330|Info|Synapse.Synapse.Main|Validating process
2015-10-11 16:05:07.7434|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-10-11 16:05:07.7434|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-10-11 16:05:07.7840|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-10-11 16:05:07.7940|Info|Synapse.Synapse.Main|Waiting for the database
2015-10-11 16:05:07.7940|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-10-11 16:05:07.7940|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-10-11 16:05:09.2073|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-10-11 16:05:09.2073|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-10-11 16:05:09.2133|Info|Synapse.Synapse.Main|Updating collection
2015-10-11 16:05:09.2133|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-10-11 16:05:10.8027|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = False
2015-10-11 16:05:10.8117|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.435
2015-10-11 16:05:12.7861|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-11 16:05:12.7861|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-11 16:05:15.8722|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 6649 ms +++
2015-10-11 16:05:16.7715|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 265 ms +++
2015-10-11 16:05:17.0085|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks added: 18. Time required: 234 ms +++
2015-10-11 16:05:17.5280|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 16:05:17.5280|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.435
2015-10-11 16:05:17.5380|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 18. Time required: 8315 ms +++
2015-10-11 16:05:17.5420|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshLists|Sending event to refresh the lists
2015-10-11 16:05:17.5410|Info|Synapse.Synapse.Main|Updating artwork
2015-10-11 16:05:17.5410|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-10-11 16:05:18.3579|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-11 16:05:18.3579|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-11 16:05:18.5436|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 16:05:18.5436|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.435
2015-10-11 16:05:18.5481|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 48. Time required: 982 ms +++
2015-10-11 16:05:18.5436|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-10-11 16:05:18.5481|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-10-11 16:05:18.5566|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 16:05:18.5561|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-10-11 16:05:18.5561|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-10-11 16:05:18.5561|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-10-11 16:05:19.3048|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-11 16:05:19.3068|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-11 16:05:20.1398|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-10-11 16:05:20.1503|Info|Synapse.Synapse.Main|Validating process
2015-10-11 16:05:20.1503|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-10-11 16:05:20.1503|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-10-11 16:05:20.1719|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-10-11 16:05:20.1719|Info|Synapse.Synapse.Main|Waiting for the database
2015-10-11 16:05:20.1719|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-10-11 16:05:20.1824|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-10-11 16:05:21.5557|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-10-11 16:05:21.5557|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-10-11 16:05:21.5557|Info|Synapse.Synapse.Main|Updating collection
2015-10-11 16:05:21.5557|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-10-11 16:05:21.9886|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 420 ms +++
2015-10-11 16:05:22.4230|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 272 ms +++
2015-10-11 16:05:22.4605|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks added: 0. Time required: 35 ms +++
2015-10-11 16:05:22.9670|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 16:05:22.9670|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.435
2015-10-11 16:05:22.9715|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 0. Time required: 1402 ms +++
2015-10-11 16:05:22.9715|Info|Synapse.Synapse.Main|Updating artwork
2015-10-11 16:05:22.9715|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-10-11 16:05:23.1547|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 16:05:23.1567|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 47. Time required: 177 ms +++
2015-10-11 16:05:23.1547|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-10-11 16:05:23.1567|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-10-11 16:05:23.1547|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 16:05:23.1652|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-10-11 16:05:23.1652|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-10-11 16:05:23.1652|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-10-11 16:05:23.7252|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-11 16:05:23.7252|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-11 16:10:07.4314|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-11 16:15:07.4319|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-11 16:20:07.4321|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-11 16:20:23.7295|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.435
2015-10-11 16:20:25.4780|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-11 16:20:25.4780|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-11 16:25:07.4331|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-11 16:30:07.4338|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-11 16:35:07.4473|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-11 16:35:25.4976|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.435
2015-10-11 16:35:27.1552|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-11 16:35:27.1552|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-11 16:40:07.4477|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-11 16:45:07.4480|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-11 16:45:17.7046|Info|Dopamine.Views.Shell.Shutdown|### STOPPING dopamine, version 1.0.0 (Build 435) ###
2015-10-11 16:45:17.7046|Info|Dopamine.Views.Shell.Shell_Closing|### STOPPING dopamine, version 1.0.0 (Build 435) ###
2015-10-11 16:45:23.1841|Info|Dopamine.Application.ExecuteStartup|### STARTING dopamine, version 1.0.0 (Build 435). IsPortable = False ###
2015-10-11 16:45:24.3978|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-11 16:45:24.6890|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-10-11 16:45:24.7005|Info|Synapse.Synapse.Main|Validating process
2015-10-11 16:45:24.7005|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-10-11 16:45:24.7005|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-10-11 16:45:24.7250|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-10-11 16:45:24.7280|Info|Synapse.Synapse.Main|Waiting for the database
2015-10-11 16:45:24.7280|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-10-11 16:45:24.7280|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-10-11 16:45:25.0679|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = False
2015-10-11 16:45:25.0729|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.435
2015-10-11 16:45:26.2043|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-10-11 16:45:26.2043|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-10-11 16:45:26.2043|Info|Synapse.Synapse.Main|Updating collection
2015-10-11 16:45:26.2138|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-10-11 16:45:26.6492|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 426 ms +++
2015-10-11 16:45:26.9565|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-11 16:45:26.9565|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-11 16:45:27.0766|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 265 ms +++
2015-10-11 16:45:27.1147|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks added: 0. Time required: 35 ms +++
2015-10-11 16:45:27.6302|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 16:45:27.6337|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.435
2015-10-11 16:45:27.6367|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 0. Time required: 1414 ms +++
2015-10-11 16:45:27.6367|Info|Synapse.Synapse.Main|Updating artwork
2015-10-11 16:45:27.6367|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-10-11 16:45:27.8208|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 16:45:27.8238|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 47. Time required: 176 ms +++
2015-10-11 16:45:27.8238|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-10-11 16:45:27.8238|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-10-11 16:45:27.8238|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 16:45:27.8369|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-10-11 16:45:27.8369|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-10-11 16:45:27.8369|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-10-11 16:45:28.5195|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-11 16:45:28.5195|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-11 16:50:24.4017|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-11 16:55:24.4022|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-11 17:00:24.4033|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-11 17:00:28.5250|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.435
2015-10-11 17:00:30.9253|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-11 17:00:30.9253|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-11 17:03:11.4265|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 17:03:11.4335|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.435
2015-10-11 17:03:11.4335|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 17:03:11.4335|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 17:03:13.0517|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-11 17:03:13.0517|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-11 17:05:15.1229|Info|Dopamine.Views.Shell.Shell_Closing|### STOPPING dopamine, version 1.0.0 (Build 435) ###
2015-10-11 17:05:23.8599|Info|Dopamine.Application.ExecuteStartup|### STARTING dopamine, version 1.0.0 (Build 435). IsPortable = False ###
2015-10-11 17:05:25.2882|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-11 17:05:25.6506|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-10-11 17:05:25.6506|Info|Synapse.Synapse.Main|Validating process
2015-10-11 17:05:25.6672|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-10-11 17:05:25.6672|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-10-11 17:05:25.6882|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-10-11 17:05:25.6967|Info|Synapse.Synapse.Main|Waiting for the database
2015-10-11 17:05:25.6967|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-10-11 17:05:25.6967|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-10-11 17:05:25.8719|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = False
2015-10-11 17:05:25.8719|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.435
2015-10-11 17:05:27.1451|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-10-11 17:05:27.1451|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-10-11 17:05:27.1506|Info|Synapse.Synapse.Main|Updating collection
2015-10-11 17:05:27.1506|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-10-11 17:05:27.5605|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 399 ms +++
2015-10-11 17:05:27.7592|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-11 17:05:27.7592|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-11 17:05:27.9994|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 264 ms +++
2015-10-11 17:05:28.0375|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks added: 0. Time required: 35 ms +++
2015-10-11 17:05:28.5517|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 17:05:28.5517|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.435
2015-10-11 17:05:28.5577|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 0. Time required: 1397 ms +++
2015-10-11 17:05:28.5577|Info|Synapse.Synapse.Main|Updating artwork
2015-10-11 17:05:28.5577|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-10-11 17:05:28.8213|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 17:05:28.8243|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 47. Time required: 252 ms +++
2015-10-11 17:05:28.8213|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-10-11 17:05:28.8243|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-10-11 17:05:28.8213|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 17:05:28.8243|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-10-11 17:05:28.8389|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-10-11 17:05:28.8544|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-10-11 17:05:29.2588|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-11 17:05:29.2588|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-11 17:05:46.2908|Info|Dopamine.Views.Shell.Shell_Closing|### STOPPING dopamine, version 1.0.0 (Build 435) ###
2015-10-11 17:06:24.9846|Info|Dopamine.Application.ExecuteStartup|### STARTING dopamine, version 1.0.0 (Build 435). IsPortable = False ###
2015-10-11 17:06:26.1922|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-11 17:06:26.4822|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-10-11 17:06:26.4932|Info|Synapse.Synapse.Main|Validating process
2015-10-11 17:06:26.4932|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-10-11 17:06:26.4932|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-10-11 17:06:26.5168|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-10-11 17:06:26.5258|Info|Synapse.Synapse.Main|Waiting for the database
2015-10-11 17:06:26.5258|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-10-11 17:06:26.5258|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-10-11 17:06:26.6964|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = False
2015-10-11 17:06:26.6964|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.435
2015-10-11 17:06:27.9677|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-10-11 17:06:27.9677|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-10-11 17:06:27.9677|Info|Synapse.Synapse.Main|Updating collection
2015-10-11 17:06:27.9797|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-10-11 17:06:28.4002|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 414 ms +++
2015-10-11 17:06:28.5183|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-11 17:06:28.5183|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-11 17:06:28.8306|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 263 ms +++
2015-10-11 17:06:28.8686|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks added: 0. Time required: 35 ms +++
2015-10-11 17:06:29.3826|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 17:06:29.3846|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.435
2015-10-11 17:06:29.3876|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 0. Time required: 1402 ms +++
2015-10-11 17:06:29.3876|Info|Synapse.Synapse.Main|Updating artwork
2015-10-11 17:06:29.3876|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-10-11 17:06:29.5711|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 17:06:29.5741|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 47. Time required: 175 ms +++
2015-10-11 17:06:29.5711|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-10-11 17:06:29.5741|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-10-11 17:06:29.5711|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 17:06:29.5741|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-10-11 17:06:29.5876|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-10-11 17:06:29.5876|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-10-11 17:06:30.2082|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-11 17:06:30.2082|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-11 17:07:25.0027|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 17:07:25.0027|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.435
2015-10-11 17:07:25.0027|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 17:07:25.0097|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 17:07:25.7061|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-11 17:07:25.7061|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-11 17:07:50.5152|Info|Dopamine.Views.Shell.Shell_Closing|### STOPPING dopamine, version 1.0.0 (Build 435) ###
2015-10-11 17:08:14.9824|Info|Dopamine.Application.ExecuteStartup|### STARTING dopamine, version 1.0.0 (Build 435). IsPortable = False ###
2015-10-11 17:08:16.1617|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-11 17:08:16.4631|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-10-11 17:08:16.4631|Info|Synapse.Synapse.Main|Validating process
2015-10-11 17:08:16.4796|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-10-11 17:08:16.4796|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-10-11 17:08:16.4986|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-10-11 17:08:16.4986|Info|Synapse.Synapse.Main|Waiting for the database
2015-10-11 17:08:16.5107|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-10-11 17:08:16.5107|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-10-11 17:08:16.8175|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = False
2015-10-11 17:08:16.8225|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.435
2015-10-11 17:08:17.9501|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-10-11 17:08:17.9501|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-10-11 17:08:17.9501|Info|Synapse.Synapse.Main|Updating collection
2015-10-11 17:08:17.9501|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-10-11 17:08:18.3705|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 404 ms +++
2015-10-11 17:08:18.7944|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 261 ms +++
2015-10-11 17:08:18.8325|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks added: 0. Time required: 35 ms +++
2015-10-11 17:08:19.0905|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-11 17:08:19.0905|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-11 17:08:19.3328|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 17:08:19.3328|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.435
2015-10-11 17:08:19.3383|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 0. Time required: 1372 ms +++
2015-10-11 17:08:19.3383|Info|Synapse.Synapse.Main|Updating artwork
2015-10-11 17:08:19.3383|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-10-11 17:08:19.5220|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 17:08:19.5250|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 47. Time required: 176 ms +++
2015-10-11 17:08:19.5250|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-10-11 17:08:19.5250|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-10-11 17:08:19.5250|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 17:08:19.5250|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-10-11 17:08:19.5250|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-10-11 17:08:19.5415|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-10-11 17:08:20.0598|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-11 17:08:20.0598|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-11 17:09:28.1232|Info|Dopamine.Views.Shell.Shell_Closing|### STOPPING dopamine, version 1.0.0 (Build 435) ###
2015-10-11 17:09:37.2382|Info|Dopamine.Application.ExecuteStartup|### STARTING dopamine, version 1.0.0 (Build 435). IsPortable = False ###
2015-10-11 17:09:38.4534|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-11 17:09:38.7477|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-10-11 17:09:38.7588|Info|Synapse.Synapse.Main|Validating process
2015-10-11 17:09:38.7588|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-10-11 17:09:38.7588|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-10-11 17:09:38.7834|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-10-11 17:09:38.7919|Info|Synapse.Synapse.Main|Waiting for the database
2015-10-11 17:09:38.7919|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-10-11 17:09:38.7919|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-10-11 17:09:39.0056|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = False
2015-10-11 17:09:39.0096|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.435
2015-10-11 17:09:40.2434|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-10-11 17:09:40.2434|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-10-11 17:09:40.2434|Info|Synapse.Synapse.Main|Updating collection
2015-10-11 17:09:40.2434|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-10-11 17:09:40.6651|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 407 ms +++
2015-10-11 17:09:40.8503|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-11 17:09:40.8538|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-11 17:09:41.0945|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 265 ms +++
2015-10-11 17:09:41.1351|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks added: 0. Time required: 38 ms +++
2015-10-11 17:09:41.6371|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 17:09:41.6371|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.435
2015-10-11 17:09:41.6426|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 0. Time required: 1384 ms +++
2015-10-11 17:09:41.6426|Info|Synapse.Synapse.Main|Updating artwork
2015-10-11 17:09:41.6506|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-10-11 17:09:41.8297|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 17:09:41.8327|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 47. Time required: 179 ms +++
2015-10-11 17:09:41.8297|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-10-11 17:09:41.8393|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-10-11 17:09:41.8378|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 17:09:41.8393|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-10-11 17:09:41.8393|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-10-11 17:09:41.8393|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-10-11 17:09:42.4448|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-11 17:09:42.4478|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-11 17:09:59.4324|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-10-11 17:09:59.4324|Info|Synapse.Synapse.Main|Validating process
2015-10-11 17:09:59.4464|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-10-11 17:09:59.4464|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-10-11 17:09:59.4644|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-10-11 17:09:59.4644|Info|Synapse.Synapse.Main|Waiting for the database
2015-10-11 17:09:59.4644|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-10-11 17:09:59.4644|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-10-11 17:10:00.8577|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-10-11 17:10:00.8577|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-10-11 17:10:00.8577|Info|Synapse.Synapse.Main|Updating collection
2015-10-11 17:10:00.8577|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-10-11 17:10:01.2735|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 404 ms +++
2015-10-11 17:10:01.7149|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 264 ms +++
2015-10-11 17:10:01.7529|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks added: 0. Time required: 36 ms +++
2015-10-11 17:10:02.2609|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 17:10:02.2609|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.435
2015-10-11 17:10:02.2654|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 0. Time required: 1396 ms +++
2015-10-11 17:10:02.2654|Info|Synapse.Synapse.Main|Updating artwork
2015-10-11 17:10:02.2654|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-10-11 17:10:02.4451|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 17:10:02.4476|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 47. Time required: 174 ms +++
2015-10-11 17:10:02.4476|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-10-11 17:10:02.4476|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-10-11 17:10:02.4476|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 17:10:02.4476|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-10-11 17:10:02.4476|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-10-11 17:10:02.4476|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-10-11 17:10:03.0392|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-11 17:10:03.0412|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-11 17:10:43.3550|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 17:10:43.3550|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.435
2015-10-11 17:10:43.3550|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 17:10:43.3550|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 17:10:44.0818|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-11 17:10:44.0818|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-11 17:12:00.8437|Info|Dopamine.Views.Shell.Shell_Closing|### STOPPING dopamine, version 1.0.0 (Build 435) ###
2015-10-11 17:12:43.1570|Info|Dopamine.Application.ExecuteStartup|### STARTING dopamine, version 1.0.0 (Build 435). IsPortable = False ###
2015-10-11 17:12:44.3641|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-11 17:12:44.6564|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-10-11 17:12:44.6675|Info|Synapse.Synapse.Main|Validating process
2015-10-11 17:12:44.6675|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-10-11 17:12:44.6675|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-10-11 17:12:44.6915|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-10-11 17:12:44.7000|Info|Synapse.Synapse.Main|Waiting for the database
2015-10-11 17:12:44.7000|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-10-11 17:12:44.7000|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-10-11 17:12:44.8797|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = False
2015-10-11 17:12:44.8847|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.435
2015-10-11 17:12:46.1332|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-10-11 17:12:46.1362|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-10-11 17:12:46.1362|Info|Synapse.Synapse.Main|Updating collection
2015-10-11 17:12:46.1362|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-10-11 17:12:46.5541|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 405 ms +++
2015-10-11 17:12:46.6757|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-11 17:12:46.6757|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-11 17:12:46.9968|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 266 ms +++
2015-10-11 17:12:47.0354|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks added: 0. Time required: 36 ms +++
2015-10-11 17:12:47.5634|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 17:12:47.5634|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.435
2015-10-11 17:12:47.5689|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 0. Time required: 1420 ms +++
2015-10-11 17:12:47.5714|Info|Synapse.Synapse.Main|Updating artwork
2015-10-11 17:12:47.5714|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-10-11 17:12:47.7532|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 17:12:47.7562|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 47. Time required: 177 ms +++
2015-10-11 17:12:47.7597|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-10-11 17:12:47.7592|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-10-11 17:12:47.7597|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 17:12:47.7592|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-10-11 17:12:47.7592|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-10-11 17:12:47.7592|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-10-11 17:12:48.2902|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-11 17:12:48.2902|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-11 17:14:52.6661|Info|Dopamine.Views.Shell.Shutdown|### STOPPING dopamine, version 1.0.0 (Build 435) ###
2015-10-11 17:14:52.6661|Info|Dopamine.Views.Shell.Shell_Closing|### STOPPING dopamine, version 1.0.0 (Build 435) ###
2015-10-11 17:15:00.2643|Info|Dopamine.Application.ExecuteStartup|### STARTING dopamine, version 1.0.0 (Build 435). IsPortable = False ###
2015-10-11 17:15:01.4715|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-11 17:15:01.7662|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-10-11 17:15:01.7772|Info|Synapse.Synapse.Main|Validating process
2015-10-11 17:15:01.7772|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-10-11 17:15:01.7772|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-10-11 17:15:01.8013|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-10-11 17:15:01.8103|Info|Synapse.Synapse.Main|Waiting for the database
2015-10-11 17:15:01.8103|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-10-11 17:15:01.8103|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-10-11 17:15:03.2357|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-10-11 17:15:03.2357|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-10-11 17:15:03.2357|Info|Synapse.Synapse.Main|Updating collection
2015-10-11 17:15:03.2437|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-10-11 17:15:03.6571|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 407 ms +++
2015-10-11 17:15:04.0845|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 265 ms +++
2015-10-11 17:15:04.1226|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks added: 0. Time required: 35 ms +++
2015-10-11 17:15:04.6260|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 0. Time required: 1376 ms +++
2015-10-11 17:15:04.6260|Info|Synapse.Synapse.Main|Updating artwork
2015-10-11 17:15:04.6341|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-10-11 17:15:04.8072|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 47. Time required: 171 ms +++
2015-10-11 17:15:04.8112|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-10-11 17:15:04.8072|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-10-11 17:15:04.8072|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-10-11 17:15:04.8072|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-10-11 17:15:04.8222|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-10-11 17:15:05.1200|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = False
2015-10-11 17:15:05.1200|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.435
2015-10-11 17:15:06.9740|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-11 17:15:06.9740|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-11 17:18:32.7950|Info|Dopamine.Views.Shell.Shutdown|### STOPPING dopamine, version 1.0.0 (Build 435) ###
2015-10-11 17:18:32.8861|Info|Dopamine.Views.Shell.Shell_Closing|### STOPPING dopamine, version 1.0.0 (Build 435) ###
2015-10-11 17:25:19.2956|Info|Dopamine.Application.ExecuteStartup|### STARTING dopamine, version 1.0.0 (Build 435). IsPortable = False ###
2015-10-11 17:25:20.5047|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-11 17:25:20.7982|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-10-11 17:25:20.8092|Info|Synapse.Synapse.Main|Validating process
2015-10-11 17:25:20.8092|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-10-11 17:25:20.8092|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-10-11 17:25:20.8337|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-10-11 17:25:20.8367|Info|Synapse.Synapse.Main|Waiting for the database
2015-10-11 17:25:20.8367|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-10-11 17:25:20.8367|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-10-11 17:25:21.0224|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = False
2015-10-11 17:25:21.0264|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.435
2015-10-11 17:25:22.3009|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-10-11 17:25:22.3009|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-10-11 17:25:22.3059|Info|Synapse.Synapse.Main|Updating collection
2015-10-11 17:25:22.3059|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-10-11 17:25:22.7392|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 423 ms +++
2015-10-11 17:25:22.9014|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-11 17:25:22.9014|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-11 17:25:23.1741|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 268 ms +++
2015-10-11 17:25:23.2162|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks added: 0. Time required: 39 ms +++
2015-10-11 17:25:23.7247|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 17:25:23.7282|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.435
2015-10-11 17:25:23.7312|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 0. Time required: 1415 ms +++
2015-10-11 17:25:23.7312|Info|Synapse.Synapse.Main|Updating artwork
2015-10-11 17:25:23.7312|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-10-11 17:25:23.9153|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 17:25:23.9183|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 47. Time required: 177 ms +++
2015-10-11 17:25:23.9153|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-10-11 17:25:23.9183|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-10-11 17:25:23.9153|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-11 17:25:23.9183|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-10-11 17:25:23.9319|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-10-11 17:25:23.9319|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-10-11 17:25:24.4754|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-11 17:25:24.4779|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-11 17:30:20.5170|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-11 17:35:20.5245|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-11 17:40:20.5242|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-11 17:40:24.4932|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.435
2015-10-11 17:40:24.9601|Error|Dopamine.Common.Services.Update.UpdateService+_Closure$__8-0._Lambda$__0|Update check: could not retrieve online version information. Exception: The request was aborted: Could not create SSL/TLS secure channel.
2015-10-11 17:40:24.9621|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 0.0.0.0
2015-10-11 17:40:24.9621|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-11 17:45:20.5250|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-11 17:50:05.9731|Info|Dopamine.Views.Shell.Shutdown|### STOPPING dopamine, version 1.0.0 (Build 435) ###
2015-10-11 17:50:06.0682|Info|Dopamine.Views.Shell.Shell_Closing|### STOPPING dopamine, version 1.0.0 (Build 435) ###
2015-10-13 18:34:36.7937|Info|Dopamine.Application.ExecuteStartup|### STARTING dopamine, version 1.0.0 (Build 435). IsPortable = False ###
2015-10-13 18:34:38.1431|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-13 18:34:38.4859|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-10-13 18:34:38.4969|Info|Synapse.Synapse.Main|Validating process
2015-10-13 18:34:38.4969|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-10-13 18:34:38.4969|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-10-13 18:34:38.5450|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-10-13 18:34:38.5450|Info|Synapse.Synapse.Main|Waiting for the database
2015-10-13 18:34:38.5580|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-10-13 18:34:38.5580|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-10-13 18:34:38.7572|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = False
2015-10-13 18:34:38.7612|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.435
2015-10-13 18:34:40.0121|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-10-13 18:34:40.0121|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-10-13 18:34:40.0121|Info|Synapse.Synapse.Main|Updating collection
2015-10-13 18:34:40.0121|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-10-13 18:34:40.7045|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-13 18:34:40.7045|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-13 18:34:42.0173|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 1988 ms +++
2015-10-13 18:34:42.4547|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 259 ms +++
2015-10-13 18:34:42.4922|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks added: 0. Time required: 35 ms +++
2015-10-13 18:34:42.9897|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-13 18:34:42.9967|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.435
2015-10-13 18:34:42.9997|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 0. Time required: 2970 ms +++
2015-10-13 18:34:42.9997|Info|Synapse.Synapse.Main|Updating artwork
2015-10-13 18:34:42.9997|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-10-13 18:34:43.7735|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-13 18:34:43.7765|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-13 18:34:44.2789|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-13 18:34:44.2789|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.435
2015-10-13 18:34:44.2839|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 47. Time required: 1273 ms +++
2015-10-13 18:34:44.2789|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-10-13 18:34:44.2839|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-10-13 18:34:44.2925|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-13 18:34:44.2920|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-10-13 18:34:44.2920|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-10-13 18:34:44.2920|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-10-13 18:34:45.0767|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-13 18:34:45.0767|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-13 18:34:55.9243|Info|Dopamine.Views.Shell.Shell_Closing|### STOPPING dopamine, version 1.0.0 (Build 435) ###
2015-10-13 18:35:30.5303|Info|Dopamine.Application.ExecuteStartup|### STARTING dopamine, version 1.0.0 (Build 440). IsPortable = False ###
2015-10-13 18:35:31.7763|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-13 18:35:32.0776|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-10-13 18:35:32.0896|Info|Synapse.Synapse.Main|Validating process
2015-10-13 18:35:32.0896|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-10-13 18:35:32.0896|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-10-13 18:35:32.1146|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-10-13 18:35:32.1241|Info|Synapse.Synapse.Main|Waiting for the database
2015-10-13 18:35:32.1241|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-10-13 18:35:32.1241|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-10-13 18:35:32.3068|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = False
2015-10-13 18:35:32.3108|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.440
2015-10-13 18:35:33.5928|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-10-13 18:35:33.5928|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-10-13 18:35:33.5928|Info|Synapse.Synapse.Main|Updating collection
2015-10-13 18:35:33.5928|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-10-13 18:35:34.0142|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 405 ms +++
2015-10-13 18:35:34.1674|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-13 18:35:34.1674|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-13 18:35:34.4331|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 252 ms +++
2015-10-13 18:35:34.4727|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks added: 0. Time required: 37 ms +++
2015-10-13 18:35:34.9892|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-13 18:35:34.9892|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.440
2015-10-13 18:35:34.9952|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 0. Time required: 1386 ms +++
2015-10-13 18:35:34.9952|Info|Synapse.Synapse.Main|Updating artwork
2015-10-13 18:35:34.9952|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-10-13 18:35:35.2479|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-13 18:35:35.2514|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 47. Time required: 245 ms +++
2015-10-13 18:35:35.2479|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-10-13 18:35:35.2514|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-10-13 18:35:35.2624|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-13 18:35:35.2619|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-10-13 18:35:35.2619|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-10-13 18:35:35.2619|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-10-13 18:35:35.7289|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-13 18:35:35.7319|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-13 18:40:31.7801|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-13 18:45:31.7947|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-13 18:50:31.8083|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-13 18:50:35.7462|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.440
2015-10-13 18:50:38.1069|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-13 18:50:38.1069|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-13 18:55:31.8086|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-13 19:00:31.8080|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-13 19:05:31.8078|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-13 19:05:38.1228|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.440
2015-10-13 19:05:38.5809|Error|Dopamine.Common.Services.Update.UpdateService+_Closure$__8-0._Lambda$__0|Update check: could not retrieve online version information. Exception: The request was aborted: Could not create SSL/TLS secure channel.
2015-10-13 19:05:38.5809|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 0.0.0.0
2015-10-13 19:05:38.5809|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-13 19:10:31.8081|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-13 19:15:31.8089|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-13 19:20:31.8241|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-13 19:20:38.6020|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.440
2015-10-13 19:20:40.7165|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-13 19:20:40.7165|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-13 19:25:31.8245|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-13 19:30:31.8240|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-13 19:35:31.8395|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-13 19:35:40.7303|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.440
2015-10-13 19:35:41.1625|Error|Dopamine.Common.Services.Update.UpdateService+_Closure$__8-0._Lambda$__0|Update check: could not retrieve online version information. Exception: The request was aborted: Could not create SSL/TLS secure channel.
2015-10-13 19:35:41.1625|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 0.0.0.0
2015-10-13 19:35:41.1625|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-13 19:40:31.8395|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-13 19:45:31.8394|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-13 19:50:31.8399|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-13 19:50:41.1683|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.440
2015-10-13 19:50:43.0066|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-13 19:50:43.0066|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-13 19:55:31.8554|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-13 20:00:31.8554|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-13 20:03:52.9185|Info|Dopamine.Views.Shell.Shutdown|### STOPPING dopamine, version 1.0.0 (Build 440) ###
2015-10-13 20:03:53.0146|Info|Dopamine.Views.Shell.Shell_Closing|### STOPPING dopamine, version 1.0.0 (Build 440) ###
2015-10-13 23:49:37.7746|Info|Dopamine.Application.ExecuteStartup|### STARTING dopamine, version 1.0.0 (Build 446). IsPortable = False ###
2015-10-13 23:49:39.0078|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-13 23:49:39.3251|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-10-13 23:49:39.3251|Info|Synapse.Synapse.Main|Validating process
2015-10-13 23:49:39.3391|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-10-13 23:49:39.3391|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-10-13 23:49:39.3621|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-10-13 23:49:39.3711|Info|Synapse.Synapse.Main|Waiting for the database
2015-10-13 23:49:39.3711|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-10-13 23:49:39.3711|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-10-13 23:49:40.8140|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-10-13 23:49:40.8140|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-10-13 23:49:40.8140|Info|Synapse.Synapse.Main|Updating collection
2015-10-13 23:49:40.8230|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-10-13 23:49:41.1863|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 357 ms +++
2015-10-13 23:49:41.5597|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 217 ms +++
2015-10-13 23:49:41.5997|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks added: 0. Time required: 37 ms +++
2015-10-13 23:49:42.1192|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 0. Time required: 1290 ms +++
2015-10-13 23:49:42.1222|Info|Synapse.Synapse.Main|Updating artwork
2015-10-13 23:49:42.1222|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-10-13 23:49:42.3047|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 47. Time required: 174 ms +++
2015-10-13 23:49:42.3082|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-10-13 23:49:42.3077|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-10-13 23:49:42.3077|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-10-13 23:49:42.3077|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-10-13 23:49:42.3077|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-10-13 23:49:43.8393|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = False
2015-10-13 23:49:43.8393|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.446
2015-10-13 23:49:45.7055|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-13 23:49:45.7055|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-13 23:54:39.0121|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-13 23:59:39.0123|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-14 00:04:39.0125|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-14 00:04:45.7179|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.446
2015-10-14 00:04:47.3790|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-14 00:04:47.3790|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-14 00:09:39.0119|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-14 00:09:45.3296|Info|Dopamine.Views.Shell.Shutdown|### STOPPING dopamine, version 1.0.0 (Build 446) ###
2015-10-14 00:09:45.4217|Info|Dopamine.Views.Shell.Shell_Closing|### STOPPING dopamine, version 1.0.0 (Build 446) ###
2015-10-14 00:15:10.4070|Info|Dopamine.Application.ProcessCommandLineArguments|Found commandline arguments.
2015-10-14 00:15:10.4180|Info|Dopamine.Application.ProcessCommandLineArguments|Processing Non-JumpList commandline arguments.
2015-10-14 00:15:10.4180|Info|Dopamine.Application.ExecuteStartup|### STARTING dopamine, version 1.0.0 (Build 446). IsPortable = False ###
2015-10-14 00:15:11.6142|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-14 00:15:11.8154|Info|Dopamine.Common.Services.File.FileService+_Closure$__7-0._Lambda$__0|Found commandline arguments.
2015-10-14 00:15:11.8154|Info|Dopamine.Common.Services.File.FileService+_Closure$__7-0._Lambda$__0|Added file 'D:\Libraries\Downloads\Captive\01. An Unlikely Angel.mp3'
2015-10-14 00:15:11.9060|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-10-14 00:15:11.9175|Info|Synapse.Synapse.Main|Validating process
2015-10-14 00:15:11.9175|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-10-14 00:15:11.9175|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-10-14 00:15:11.9425|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-10-14 00:15:11.9520|Info|Synapse.Synapse.Main|Waiting for the database
2015-10-14 00:15:11.9520|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-10-14 00:15:11.9520|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-10-14 00:15:12.1417|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_9_AddFilesTimerElapsedHandler.MoveNext|Finished adding files. Number of files added = 1
2015-10-14 00:15:12.2281|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_10_ImportFiles.MoveNext|Number of tracks to play = 1
2015-10-14 00:15:12.2306|Info|Dopamine.Common.Services.File.FileService+VB$StateMachine_10_ImportFiles.MoveNext|Enqueuing 1 tracks.
2015-10-14 00:15:13.3869|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-10-14 00:15:13.3869|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-10-14 00:15:13.3869|Info|Synapse.Synapse.Main|Updating collection
2015-10-14 00:15:13.3869|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-10-14 00:15:13.7502|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 347 ms +++
2015-10-14 00:15:14.1177|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 214 ms +++
2015-10-14 00:15:14.1598|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks added: 0. Time required: 38 ms +++
2015-10-14 00:15:14.6671|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 0. Time required: 1264 ms +++
2015-10-14 00:15:14.6671|Info|Synapse.Synapse.Main|Updating artwork
2015-10-14 00:15:14.6671|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-10-14 00:15:14.8453|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 47. Time required: 167 ms +++
2015-10-14 00:15:14.8488|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-10-14 00:15:14.8453|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-10-14 00:15:14.8548|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-10-14 00:15:14.8548|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-10-14 00:15:14.8548|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-10-14 00:15:37.1376|Info|Dopamine.Views.Shell.Shutdown|### STOPPING dopamine, version 1.0.0 (Build 446) ###
2015-10-14 00:15:37.2286|Info|Dopamine.Views.Shell.Shell_Closing|### STOPPING dopamine, version 1.0.0 (Build 446) ###
2015-10-14 14:59:32.2934|Info|Dopamine.Application.ExecuteStartup|### STARTING dopamine, version 1.0.0 (Build 446). IsPortable = False ###
2015-10-14 14:59:33.6705|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-14 14:59:34.6242|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-10-14 14:59:34.6362|Info|Synapse.Synapse.Main|Validating process
2015-10-14 14:59:34.6362|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-10-14 14:59:34.6362|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-10-14 14:59:34.6622|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-10-14 14:59:34.6653|Info|Synapse.Synapse.Main|Waiting for the database
2015-10-14 14:59:34.6653|Info|Synapse.Synapse.WaitForDatabase|C:\Users\jacka\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-10-14 14:59:34.6653|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-10-14 14:59:36.0932|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-10-14 14:59:36.0932|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-10-14 14:59:36.0932|Info|Synapse.Synapse.Main|Updating collection
2015-10-14 14:59:36.1032|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-10-14 14:59:41.8166|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 5709 ms +++
2015-10-14 14:59:42.5994|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 272 ms +++
2015-10-14 14:59:43.7210|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks added: 42. Time required: 1119 ms +++
2015-10-14 14:59:43.7721|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = False
2015-10-14 14:59:43.7811|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.446
2015-10-14 14:59:44.5305|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-14 14:59:44.5380|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 42. Time required: 8431 ms +++
2015-10-14 14:59:44.5420|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshLists|Sending event to refresh the lists
2015-10-14 14:59:44.5405|Info|Synapse.Synapse.Main|Updating artwork
2015-10-14 14:59:44.5405|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-10-14 14:59:45.5961|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-14 14:59:45.5991|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 49. Time required: 1042 ms +++
2015-10-14 14:59:45.5961|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-10-14 14:59:45.6066|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-10-14 14:59:45.6051|Info|Dopamine.Common.Services.Update.UpdateService.EnableUpdateCheck|Update check: checking for updates. AlsoCheckForPreReleases = True
2015-10-14 14:59:45.6231|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-10-14 14:59:45.6231|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-10-14 14:59:45.6846|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-10-14 14:59:45.7422|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 1.0.0.424
2015-10-14 14:59:45.7447|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-14 15:04:33.6739|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-14 15:09:33.6811|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-14 15:14:33.6816|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.
2015-10-14 15:14:45.7477|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: current version = 1.0.0.446
2015-10-14 15:14:46.1931|Error|Dopamine.Common.Services.Update.UpdateService+_Closure$__8-0._Lambda$__0|Update check: could not retrieve online version information. Exception: The request was aborted: Could not create SSL/TLS secure channel.
2015-10-14 15:14:46.1931|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: latest online version = 0.0.0.0
2015-10-14 15:14:46.1982|Info|Dopamine.Common.Services.Update.UpdateService+VB$StateMachine_16_CheckForUpdatesAsync.MoveNext|Update check: no newer version was found.
2015-10-14 15:19:33.6811|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_100_DeleteRuntimeFilesAsync.MoveNext|Deleting runtime files.

 

Link to comment
Share on other sites

Can you send me the log please?

Part of the log when it happened.

2015-10-14 13:26:00.9256|Info|Synapse.Synapse.Main|<<< Synapse indexer started >>>
2015-10-14 13:26:00.9396|Info|Synapse.Synapse.Main|Validating process
2015-10-14 13:26:00.9396|Info|Synapse.Synapse.ValidateProcess|Commandline argument 1: IgnoreRemovedFiles = True
2015-10-14 13:26:00.9506|Info|Synapse.Synapse.Main|Initializing WCF proxies
2015-10-14 13:26:00.9771|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is started
2015-10-14 13:26:00.9906|Info|Synapse.Synapse.Main|Waiting for the database
2015-10-14 13:26:00.9906|Info|Synapse.Synapse.WaitForDatabase|C:\Users\antho\AppData\Roaming\Dopamine\Dopamine.db was found. Proceeding.
2015-10-14 13:26:00.9986|Info|Synapse.Synapse.Main|Initializing the Indexing Worker
2015-10-14 13:26:03.3676|Info|Synapse.Synapse.Main|Initializing the LifeBeat Timer
2015-10-14 13:26:03.3676|Info|Synapse.Synapse.Main|Starting the LifeBeat Timer
2015-10-14 13:26:03.3736|Info|Synapse.Synapse.Main|Updating collection
2015-10-14 13:26:03.3736|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ STARTED INDEXING COLLECTION +++
2015-10-14 13:26:55.7452|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks removed: 0. Time required: 52356 ms +++
2015-10-14 13:27:49.8130|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks updated: 0. Time required: 42608 ms +++
2015-10-14 13:27:53.4705|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|Tracks added: 16. Time required: 3654 ms +++
2015-10-14 13:27:54.6170|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_27_IndexCollectionAsync.MoveNext|+++ FINISHED INDEXING COLLECTION: Tracks removed: 0. Tracks updated: 0. Tracks added: 16. Time required: 111228 ms +++
2015-10-14 13:27:54.6211|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshLists|Sending event to refresh the lists
2015-10-14 13:27:54.6381|Info|Synapse.Synapse.Main|Updating artwork
2015-10-14 13:27:54.6581|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ STARTED INDEXING ARTWORK +++
2015-10-14 13:27:55.7839|Info|Dopamine.Core.Indexing.Indexer+VB$StateMachine_29_IndexArtworkAsync.MoveNext|+++ FINISHED INDEXING ARTWORK: Covers deleted from database: 0. Covers deleted from disk: 0. Covers updated: 1. Time required: 1110 ms +++
2015-10-14 13:27:55.7999|Info|Dopamine.Common.Services.Indexing.IndexingService.OnRefreshArtwork|Sending event to refresh the artwork
2015-10-14 13:27:55.8114|Info|Synapse.Synapse.Main|Notifying the main application that the indexer is stopped
2015-10-14 13:27:55.8650|Info|Synapse.Synapse.Main|Stopping the LifeBeat Timer
2015-10-14 13:27:55.8650|Info|Synapse.Synapse.Main|Closing WCF proxies
2015-10-14 13:27:55.8730|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>

Seems like nothing strange in the log... 

Link to comment
Share on other sites

Part of the log when it happened.

Hidden Content

Seems like nothing strange in the log... 

Hmm indeed, nothing to see. Could you tell me more about what you do? Like: first searching for something, then double clicking a song and playing the queued songs from the mini player. I'll try to reproduce this.

Link to comment
Share on other sites

Hmm indeed, nothing to see. Could you tell me more about what you do? Like: first searching for something, then double clicking a song and playing the queued songs from the mini player. I'll try to reproduce this.

Load an album on the "album" section, by double clicking. Then go in cover player, let some tracks play, nothing else special to do. Only Dopamine, Edge and Outlook 2016 opened.

Another special request i could make is:

I use a Surface Pro 3 on Surface Docking Station. On the docking station i have a USB sound card (ASUS Xonar U7) with speakers and headphones plugged in.
When i change between headphones and speakers while playing a track in Dopamine, the playing tracks stops. Could you make possible to change source out without stopping the track?

Link to comment
Share on other sites

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