Skip to content
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

Add support for DD-MM-YYYY / YYYY-MM-DD in file names #58

Closed
vodkapmp opened this issue Apr 18, 2021 · 1 comment
Closed

Add support for DD-MM-YYYY / YYYY-MM-DD in file names #58

vodkapmp opened this issue Apr 18, 2021 · 1 comment
Assignees
Labels
enhancement feature request Gib meh moar features!

Comments

@vodkapmp
Copy link

For easier sorting of episodes, using a date based format (DD-MM-YYYY / YYYY-MM-DD) would probably be preferable.

This is also supported by the plex naming convention. As seen under "Date-Based Television Shows" section here

Using this, there should be no need to do any sort of episode numbering.
This would also work for sorting the files for people not using plex/emby/jellyfin, as they would be sortable by release date if using YYYY-MM-DD format.

@Inrixia Inrixia self-assigned this Apr 18, 2021
@Inrixia Inrixia added enhancement feature request Gib meh moar features! labels Apr 18, 2021
@Inrixia Inrixia added this to To do in v5.1.0 Release via automation Apr 18, 2021
@Inrixia Inrixia added this to the WIP Release milestone Apr 18, 2021
@Inrixia
Copy link
Owner

Inrixia commented Apr 26, 2021

Re testing on discord using the plex Date-Based Television Shows unfortunately does not work as plex only supports going as far as daily episodes while videos from floatplane as sometimes posted within seconds of each other.

What I have done is added support for using %day%, %hour%, %minute% and %second% in the title formatting so you can utilize those for custom formatting options in 570ad16.

I have also set the new default format for episode numbering to be S%year%E%month%%day%%hour%%minute%%second% in ea74f7f as its much more reliable than using the generated episode number.

@Inrixia Inrixia closed this as completed Apr 26, 2021
v5.1.0 Release automation moved this from To do to Done Apr 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement feature request Gib meh moar features!
Projects
No open projects
Development

No branches or pull requests

2 participants