Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drmccoy/fix-season-names

Fix TV season names in Jellyfin via The Movie Database
https://github.com/drmccoy/fix-season-names

jellyfin the-movie-database the-movie-database-api the-movie-db tmdb tmdb-api

Last synced: 13 days ago
JSON representation

Fix TV season names in Jellyfin via The Movie Database

Awesome Lists containing this project

README

        

Fix Season Names README
=======================

Fix Season Names is just a small helper script to fix season names in a media
library after they've been broken with Jellyfin 10.9.x.

It runs throughs a whole library, looking for tvshow.nfo files to find TV shows,
then looks for season.nfo files in subfolders to find their seasons. The
information in those files are used to query The Movie Database via its API
to grab the names of each season, and then the season.nfo files are patched
to rename to the seasons accordingly.

An API key for The Movie Database is required to run this script.

Fix Season Names is released under the terms of the
[GNU Affero General Public License version 3](https://www.gnu.org/licenses/agpl.html)
(or later).