This repository has been archived by the owner on Nov 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
Dated show name (original letter case) not working (related to #49) #52
Comments
fleXible
added a commit
to fleXible/VideoSort
that referenced
this issue
Aug 25, 2019
The series name specifiers **%sn, %s.b, %s_n** and **%sN, %s.N, %s_N** were based on buggy code from MoviesFormat. The new implementation is based on the correctly working SeriesFormat code and proper test cases were added. See: nzbget#52
fleXible
added a commit
to fleXible/VideoSort
that referenced
this issue
Aug 25, 2019
Since the %desc is not supported by guessit, it would always be empty. Furthermore no documentation was provided and all dated test cases used it. The specifier was removed and the test cases adjusted accordingly. See: nzbget#52
fleXible
added a commit
to fleXible/VideoSort
that referenced
this issue
Aug 25, 2019
Across the formats, different specifiers are either buggy or undocumented. To provide a safe way for users to migrate, a deprecation notice has been added. Mapping tuples now can have a third field with a deprecation message that is shown to the user as Warning, when the specifier is replaced. See: nzbget#52
fleXible
added a commit
to fleXible/VideoSort
that referenced
this issue
Aug 25, 2019
Specifiers **%t, %.t, %_t** are meant for movie titles and are undocumented for DatedFormat. Newly introduced feature to deprecate specifiers is used to inform user. Closes nzbget#52
fleXible
added a commit
to fleXible/VideoSort
that referenced
this issue
Aug 25, 2019
Specifiers *%t, %.t, %_t* are meant for movie titles and are undocumented for DatedFormat. - Newly introduced feature to deprecate specifiers is used to inform user. Closes nzbget#52
fleXible
added a commit
to fleXible/VideoSort
that referenced
this issue
Aug 25, 2019
The series name specifiers %sn, %s.b, %s_n and %sN, %s.N, %s_N were based on buggy code from MoviesFormat. The new implementation is based on the correctly working SeriesFormat code and proper test cases were added. See: nzbget#52
fleXible
added a commit
to fleXible/VideoSort
that referenced
this issue
Aug 25, 2019
Since the %desc is not supported by guessit, it would always be empty. Furthermore no documentation was provided and all dated test cases used it. The specifier was removed and the test cases adjusted accordingly. See: nzbget#52
fleXible
added a commit
to fleXible/VideoSort
that referenced
this issue
Aug 25, 2019
Across the formats, different specifiers are either buggy or undocumented. To provide a safe way for users to migrate, a deprecation notice has been added. Mapping tuples now can have a third field with a deprecation message that is shown to the user as Warning, when the specifier is replaced. See: nzbget#52
fleXible
added a commit
to fleXible/VideoSort
that referenced
this issue
Aug 25, 2019
Specifiers %t, %.t, %_t are meant for movie titles and are undocumented for DatedFormat. Newly introduced feature to deprecate specifiers is used to inform user. Closes nzbget#52
fleXible
added a commit
to fleXible/VideoSort
that referenced
this issue
Aug 26, 2019
Specifiers %tT, %t.T, %t_T (original letter case) were converting case and the test case wrongly checked for case transformation. Naming of variables has been changed, so the ones holding the transformed data start with a "t". Test cases have been adjusted or extended accordingly. Closes nzbget#52
hugbug
pushed a commit
that referenced
this issue
Aug 28, 2019
Can this be closed now? |
Yes, finally! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Because the code used in DatedFormat to create the show name specifiers is a copy of the buggy code leading to #49 they both share the issue but have to be fixed separately.
The current issues with DatedFormat are:
Related issues with movie title (original letter case) specifiers:
The text was updated successfully, but these errors were encountered: