-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Episode Number and Name detection #74
Labels
enhancement
New feature or request
Comments
A question: Is the content of episodes.json unified for all software? |
For chatgpt , u need to add custom instructions from settings , thats it . |
Additional information I forgot to add : the format for the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current Functionality of the App
The app currently displays the names of all files within a folder in alphabetical order and presents the full file names. However, which can be inconvenient in several situations:
Long File Names
If the files have long names, they will be displayed in full. This can consume excessive screen space and make it difficult to recognize the episode numbers.
Non-Alphabetical or Non-Chronological Order
If the files are not downloaded from the same source (e.g., SubsPlease, Ember, ACG.rip), they will appear unorganized and unsorted. This lack of order is not ideal.
Presence of episodes.json
In modern media servers and library apps (e.g., Jellyfin, Plex, Emby, Aniyomi), media folders often contain an
episodes.json
file. The current model does not detect or display the corresponding episode names from this file.The format of
episodes.json
is as follows:In this format:
episode_number
corresponds to the detected episode number. This key must be present in the JSON file, while the rest are optional for additional information editing.name
corresponds to the title to be shown.date_upload
indicates the date and time of the episode's release.scanlator
provides additional information such as the episode description or whether the episode is a filler.Sources:
Improvements with Episode Number Recognition
Adding episode number recognition to the app will provide several benefits:
episodes.json
file, showing titles, upload dates, and additional information like scanlator notes.The text was updated successfully, but these errors were encountered: