Actually surprised chatgpt is less than average
- 0 Posts
- 5 Comments
Joined 2 years ago
Cake day: August 2nd, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
abies_exarchia@lemm.eeto Navidrome Music Server (Unofficial)@discuss.tchncs.de•Navidrome 0.55.0 - Big Refactor (BFR) Release Notes2·1 month agoHey just following up on this, I took your advice and got it working! For anyone seeing this in the future I took the old navidrome.db and called it
navidrome_fav_artist_backup.db
and then I loaded into the new database (after making a backup of it) withsqlite3 navidrome.db
and then I ran this-- Attach the backup database as "backup" ATTACH 'navidrome_fav_artist_backup.db' AS backup; -- Update annotations for favorited artists by matching on artist name UPDATE annotation SET starred = 1, starred_at = CURRENT_TIMESTAMP WHERE item_type = 'artist' AND item_id IN ( SELECT newArtist.id FROM artist AS newArtist JOIN backup.artist AS oldArtist ON newArtist.name = oldArtist.name JOIN backup.annotation AS oldAnnot ON oldArtist.id = oldAnnot.item_id WHERE oldAnnot.item_type = 'artist' AND oldAnnot.starred = 1 ); -- Detach the backup database DETACH backup; .quit
abies_exarchia@lemm.eeto Navidrome Music Server (Unofficial)@discuss.tchncs.de•Navidrome 0.55.0 - Big Refactor (BFR) Release Notes1·2 months agoBreaking Changes
- Artist favourites and artist ratings will be lost after the upgrade.
I spent a lot of time carefully favoriting artists. Is there any way to re-import or maintain these favorites after updating?
abies_exarchia@lemm.eeto Technology@lemmy.world•Why Everyone Should Still Use an RSS Reader in 2024English11·1 year agoI never had a good way to ingest info, but i setup a self-hosted FreshRSS instance a few months ago and it’s completely changed how i consume information for the better. I spend a lot less time scrolling through shit that never interested me much in the first place
Her me oot