-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Last Played date is null #9
Comments
Hi Is the lastPlayed property missing from all of your tracks, or just some ? If so, can you provide a more complete csv, including tracks that don't have this property? |
I think I can see why it's null, I think it's a matter of date format. I'm checking all this on my phone, so I'll catch you up later when I can access my computer. |
@sterling-tenn I've fixed this by adding a new option ( Regarding your other issue with path, I'll fix that properly later, but thanks for the input 👍🏼 |
Hello, I've encountered an issue and I hope to hear your advice.
I've been able to successfully run a
fullSync
to mynavidrome.db
(see this issue for extra details) and everything appears to be working properly with the exception of the "Last Played" date as seen here:Digging a bit further into the source code, logging the value of
musicBeeCollection
inMBNDSynchronizer.js
after it's assignment on line 191, the output of a single entry looks something like thisWhere the
lastPlayed
value isnull
. My first guess is something to do with grabbing the date value from theMusicBee_Export.csv
on line 167?For reference a truncated version of my
MusicBee_Export.csv
looks like this:Thank you
The text was updated successfully, but these errors were encountered: