Script for importing Gameyfin data into Ryot #1019
Closed
Millio345
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created a quick Python script to import your Gameyfin library into Ryot:
https://gist.github.com/Millio345/cb78f7d4276e5dff44f4d61fe8c48a27
The script gets all game slugs from Gameyfin, gets the IGDB id and full game name and writes those to a CSV that can be imported in Ryot with the IGDB importer. I know this approach is maybe a bit dumb since this means both the Python script and Ryot need to connect to IGDB to fetch the game information, but for a quick and dirty solution it works.
At the moment I don't think it's worth writing a custom importer for this since Gameyfin's developer is currently working on a complete overhaul of the application.
Beta Was this translation helpful? Give feedback.
All reactions