Series ID
Posted: 18 Oct 2015, 22:01
I'm looking for some help using the series expression. I don't seem to be able to use any functions on this. Is this an object rather than a string and hence the standard methods are unavailable?
This is what I have so far:
which changes "Firefly s01e01" into:
Firefly (TV-14 2002) [TheTVDB::78874]/Season 01/Firefly - S01E01 - Serenity - 2002.12.20 - [HEVC 1080p AAC 6ch]
however I would quite like to tidy up the series section to just display the id (78874) and so have
Firefly (TV-14 2002) [78874]/Season 01/Firefly - S01E01 - Serenity - 2002.12.20 - [HEVC 1080p AAC 6ch]
Is this possible?
Many thanks
This is what I have so far:
Code: Select all
{n.replaceAll(/:/,/-/)} ({certification} {y}) [{series}]/Season {s.pad(2)}/{n.replaceAll(/:/,/-/)} - {s00e00} - {t.replaceAll(/:/,/-/)} - {airdate.format('yyyy.MM.dd')} - [{vc} {vf} {ac} {af}]
Firefly (TV-14 2002) [TheTVDB::78874]/Season 01/Firefly - S01E01 - Serenity - 2002.12.20 - [HEVC 1080p AAC 6ch]
however I would quite like to tidy up the series section to just display the id (78874) and so have
Firefly (TV-14 2002) [78874]/Season 01/Firefly - S01E01 - Serenity - 2002.12.20 - [HEVC 1080p AAC 6ch]
Is this possible?
Many thanks