Age | Commit message (Collapse) | Author |
|
|
|
|
|
Artist still showed up on the lockscreen for me)
|
|
|
|
|
|
|
|
|
|
put the album name into the album metadata
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
just delete it
Made processOfflineScrobbles a musicservice function so it can be called from fragment
|
|
and if the file exists can prompt to process ignore or delete
|
|
removed unneeded log line
|
|
from filename
|
|
|
|
This reverts commit 9e14459fb8691624febe20e9df3d35518c6ec422.
This change made loading playlists while offline reallly slow
|
|
|
|
on new server
|
|
|
|
|
|
|
|
FileUtil: new function to return name of offline scrobbles file
CachedMusicService: added code to scrobble() that appends to offline scrobbles file a search query made from song path and the millis time of that song play
RESTMusicService: override scrobble function that also takes time in millis of scrobble
RESTMusicService: new function to look for offline scrobbleis file and process it by using searchNew to get the song id using the cached query (needs putting on a thread)
RESTMusicServer: Added call to processOfflineScrobbles in checkLicence
|
|
|
|
|
|
|
|
|
|
user if it fails
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
offline mode, defaults to subsonics defaults
|
|
|
|
|