Search found 3 matches
- 21 Feb 2022, 18:26
- Forum: Episode / Movie Naming Scheme
- Topic: Adding Subbed to anime
- Replies: 4
- Views: 2138
Re: Adding Subbed to anime
Thank you so much! Yep now that you say it I have looked and it was quite easy for me to figure it out with what you initially gave, thanks for giving me the code regardless though I appreciate it! {folder}/ {n} {n =~ y ? '' : ' ('+y+')'}/ Season {s00}/ {n} {n =~ y ? '' : ' ('+y+')'} - {s00e00} - {t ...
- 21 Feb 2022, 17:02
- Forum: Episode / Movie Naming Scheme
- Topic: Adding Subbed to anime
- Replies: 4
- Views: 2138
Re: Adding Subbed to anime
That is absolutely amazing thank you rednoah, I've tested that in my line and it works fine. Added to my code as the following: {folder}/ {n} ({y})/Season {s00}/ {n} ({y}) - {s00e00} - {t} [e{absolute.pad(3)}] { if (audioLanguages[0] =~ /eng/) return "[Eng] " } { if (audioLanguages.size() == 2 ...
- 20 Feb 2022, 15:53
- Forum: Episode / Movie Naming Scheme
- Topic: Adding Subbed to anime
- Replies: 4
- Views: 2138
Adding Subbed to anime
Hey guys, so far I've been slowly adding to my anime collection, but I have a few that are not dubbed so have been experimenting with how to go about showing subbed in the rename. So far I have this for Dual audio (dubbed): {folder}/{n} ({y}) - {s00e00} - {t} [e{absolute.pad(3)}] {audio.size() > 2 ...