Skip to content

Instantly share code, notes, and snippets.

@lord-carlos
Created January 4, 2019 15:18
Show Gist options
  • Save lord-carlos/8fa73bba8b52ddbce8191166ba0018c8 to your computer and use it in GitHub Desktop.
Save lord-carlos/8fa73bba8b52ddbce8191166ba0018c8 to your computer and use it in GitHub Desktop.
Resetting the last updated / scanned on airsonic / libresonic / subsonic database. Enter it in <BASE_URL>/db.view
UPDATE MEDIA_FILE SET children_last_updated = '1970-01-01 01:00:00.0' WHERE TYPE IN ( 'ALBUM', 'DIRECTORY')
@lord-carlos
Copy link
Author

They removed /db.view
My workaround: touch /foo/bar/my/music

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment