Skip to content

How to set episode ids with decimals as unique episodes? #3784

Answered by BrutuZ
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

The show is in sequence format, defining id_regexp wouldn't help there, you'd need sequence_regexp but the value has to be an integer.
You could try using manipulate to add a Specials keyword to Float identifiers. Something like this maybe?

manipulate:
  - title:
      replace:
        regexp: \b(\d{1,3})\.5\b
        format: Special \1

Unrelated: That's a lot of effort for mid-season recaps 😜

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@ghost
Comment options

@BrutuZ
Comment options

Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant