Source Media {vs} and {source}

All about user-defined episode / movie / file name format expressions
User avatar
rednoah
The Source
Posts: 23095
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Source Media {vs} and {source}

Post by rednoah »

I see. I missed that one.


Both have been added now:
https://github.com/filebot/data/commits ... ources.txt
:idea: Please read the FAQ and How to Request Help.
PukeStinkLikeRye
Posts: 42
Joined: 19 Mar 2022, 18:49

Re: Source Media {vs} and {source}

Post by PukeStinkLikeRye »

Just looking to get AMC added!

Eg.

Code: Select all

Ride.With.Norman.Reedus.S03.1080p.AMC.WEB-DL.AAC2.0.H.264-BOOP
Thanks!
PukeStinkLikeRye
Posts: 42
Joined: 19 Mar 2022, 18:49

Re: Source Media {vs} and {source}

Post by PukeStinkLikeRye »

Looking to get VICE added!

eg.
Nirvanna.the.Band.the.Show.S01.UNCENSORED.1080p.VICE.WEBRip.AAC2.0.x264-RTN
Fubar.Age.of.Computer.S01.1080p.VICE.WEB-DL.AAC2.0.x264-BTN

Thanks!
LaserBones
Posts: 8
Joined: 07 Apr 2020, 08:47

Re: Source Media {vs} and {source}

Post by LaserBones »

I'm currently using {'['+source+']'} which renames "AMZN.WEB-DL" to "[AMZN.WEB-DL]". However, I would like "AMZN.WEB-DL" to display as "[AMZN][WEB-DL]". Is this possible?
User avatar
rednoah
The Source
Posts: 23095
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Source Media {vs} and {source}

Post by rednoah »

LaserBones wrote: Yesterday, 04:27 I would like "AMZN.WEB-DL" to display as "[AMZN][WEB-DL]"
e.g.

Format: Select all

{ source.tokenize('.').joining('][', '[', ']') }
:idea: Please read the FAQ and How to Request Help.
LaserBones
Posts: 8
Joined: 07 Apr 2020, 08:47

Re: Source Media {vs} and {source}

Post by LaserBones »

Format: Select all

{ source.tokenize('.').joining('][', '[', ']') }
Thank you. Is there a way to make this also work if there are spaces instead of periods?
User avatar
rednoah
The Source
Posts: 23095
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Source Media {vs} and {source}

Post by rednoah »

LaserBones wrote: Yesterday, 06:08 Thank you. Is there a way to make this also work if there are spaces instead of periods?
e.g.

Format: Select all

{ source.space('.').tokenize('.').joining('][', '[', ']') }
:idea: Please read the FAQ and How to Request Help.
Post Reply