Search found 5 matches
- 07 Apr 2025, 13:54
- Forum: Scripting and Automation
- Topic: noob question, add year to series name
- Replies: 7
- Views: 11255
Re: noob question, add year to series name
This is the show: https://www.themoviedb.org/tv/4241-8-simple-rules-for-dating-my-teenage-daughter I wanted the original title, which TMDB has listed as an alt "8 Simple Rules... for Dating My Teenage Daughter. They have the original name as "8 Simple Rules" which is what the show was renamed to in ...
- 04 Apr 2025, 20:21
- Forum: Scripting and Automation
- Topic: noob question, add year to series name
- Replies: 7
- Views: 11255
Re: noob question, add year to series name
Thanks for the tip on the parenthesis. Primary Title didn't return the name I wanted for the TV show. I think the TMDB page is "wrong".
- 04 Apr 2025, 19:51
- Forum: Scripting and Automation
- Topic: noob question, add year to series name
- Replies: 7
- Views: 11255
Re: noob question, add year to series name
what if you want an alias/alternative title? I used this:
Just wondering if there's a better way.
Code: Select all
{alias[0]}{' ('}{y}{')'}
- 04 Apr 2025, 19:07
- Forum: Episode / Movie Naming Scheme
- Topic: Add part of file path with bracket
- Replies: 2
- Views: 2226
Re: Add part of file path with bracket
Thanks for the quick reply and seeing another issue I wasn't even asking about (so focused on the end of file I didn't catch that error). I used option 2.
- 04 Apr 2025, 18:43
- Forum: Episode / Movie Naming Scheme
- Topic: Add part of file path with bracket
- Replies: 2
- Views: 2226
Add part of file path with bracket
I use StreamFab to get my downloads. StreamFab organizes downloads by provider. The download folder looks like: Streamfab -Provider1 --Show ---Season ----file1 -Provider2 --Show ---Season ----file2 I'd like to use this to tab where episodes came from. I'm trying to use brackets {. but I'm having ...