Editing [Windows] Explorer Content Menu
Posted: 19 Apr 2020, 17:09
Hi,
I'm trying to have my context menu options mirror my current Qbittorent script format:
The help file says to edit the .reg file, but the code is not one I'm familiar with.
I was curious how to apply the above renaming options to my .reg file to achieve the same renaming structure.
Thanks!
I'm trying to have my context menu options mirror my current Qbittorent script format:
Code: Select all
filebot.exe -script fn:amc --output X: --action duplicate --conflict override -non-strict --log-file amc.log --def subtitles=en --def ignore="2160p|OST|ost|Soundtrack|soundtrack" --def excludeList=amc.excludes unsorted=y music=y artwork=n "ut_dir=%F" "ut_kind=multi" "ut_title=%N" "ut_label=%L" --def "seriesFormat=X:/TV Shows/{n}/{s}/{n} - {s00e00} - {t}" "animeFormat=Z:/Videos/Anime/TV Shows/{n}/{s}/{n} - {s00e00} - {t}" "movieFormat=Y:/Media/Movies/{n} ({y})/{n} ({y}) - {vf} {vs} Edition" "musicFormat=X:/Music/{n}/{fn}"
I was curious how to apply the above renaming options to my .reg file to achieve the same renaming structure.
Thanks!