Search found 4 matches
- 04 Mar 2024, 17:44
- Forum: Episode / Movie Naming Scheme
- Topic: Renaming all folder/files but {vf} syntax error
- Replies: 6
- Views: 4641
Re: Renaming all folder/files but {vf} syntax error
btw, thanks again
- 02 Mar 2024, 22:38
- Forum: Episode / Movie Naming Scheme
- Topic: Renaming all folder/files but {vf} syntax error
- Replies: 6
- Views: 4641
Re: Renaming all folder/files but {vf} syntax error
e.g. Move 4K movies and normal movies into different folders:
{ height > 2000 ? '4K Movies' : 'Movies' }
if I use this, then the movies rename themselfs to 4K movies or Movies.
it is looking and responding to the IF/ealse, but it names it to the text used (4k Movies or Movies)
https://i ...
- 01 Mar 2024, 19:24
- Forum: Episode / Movie Naming Scheme
- Topic: Renaming all folder/files but {vf} syntax error
- Replies: 6
- Views: 4641
Re: Renaming all folder/files but {vf} syntax error
Thanks for the help, the syntax problem I figured out a few hours later when I tryed again (and saw some youtube vids :D)
then you'll want to use this naming scheme then you would express this in FileBot as custom format like so:
{drive}/Movies/{ny} [{vf}]/{ny} [{vf}]
Perfect, this works ...
then you'll want to use this naming scheme then you would express this in FileBot as custom format like so:
{drive}/Movies/{ny} [{vf}]/{ny} [{vf}]
Perfect, this works ...
- 29 Feb 2024, 22:44
- Forum: Episode / Movie Naming Scheme
- Topic: Renaming all folder/files but {vf} syntax error
- Replies: 6
- Views: 4641
Renaming all folder/files but {vf} syntax error
Hey, I have been using a script that runs after a download for a few years now.
It has been en still is working fine.
filebot -script fn:amc --output "S:" --action copy --conflict skip -non-strict --log-file amc.log --def unsorted=y music=y artwork=n "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut ...
It has been en still is working fine.
filebot -script fn:amc --output "S:" --action copy --conflict skip -non-strict --log-file amc.log --def unsorted=y music=y artwork=n "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut ...