-
Notifications
You must be signed in to change notification settings - Fork 25
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
write out metadata to series/movie folder in standard formats. #84
Comments
i really dont see much downsides to doing all Metadata on the server like this. Media Browser and many other media servers handles meta files this way flawlessly. Pros: Cons: JMM: Cons: |
related: ShokoAnime/ShokoServer#7 |
Not in the current design spec for Shoko. |
i think it would be great to support a way to write out the metadata you have on the series, episodes and movies. like Plex or MediaBrowser does it.
uploaded and example on how MediaBrowser does it with its AniDB Agent and it also uses AniList, IMDb,TheMovieDB,TheTVDB,TV.com and Zap2it to find its data and its cross references between them.
https://mega.co.nz/#!cwg3AAbD!eq2QEi8Htn__IOxVXjFRVwmzX9A5IJ25IrTis7lXGWo
as you see it contains very few files but has the info needed right there.
by supporting that + adding thetvdb season script support to the renaming scripting and make season folders it will work across most media servers.
ofc the only thing that can be a problem is how you should handle the metadata files once the files are moved, i guess you can have a list witch get checked each time you click a button and that will delete all metadata files that have missing video files (if you say move one episode to another location) this way it will also help cleaning up the meta files aswell if you rename the files.
ofc there also must be a simple way to get new meta files aswell if they are not together with the video file.
The text was updated successfully, but these errors were encountered: