Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/drmccoy/fix-season-names
- Owner: DrMcCoy
- License: agpl-3.0
- Created: 2024-06-02T09:28:27.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-02T09:33:19.000Z (8 months ago)
- Last Synced: 2024-11-09T20:40:44.090Z (2 months ago)
- Topics: jellyfin, the-movie-database, the-movie-database-api, the-movie-db, tmdb, tmdb-api
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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).