|
Phoenix This forum is for discussing the user-created Phoenix custom interface for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
Padding for season and episode numbers not working
I have this mask:
-t "${MediaTitle} - ${SeasonNumber:%02d}x${EpisodeNumber:%02d} - ${EpisodeName}" But the padding doesn't get added. It comes up with a warn: WARN - Cannot rename ... since there is no meta data. If I do this: -t "${MediaTitle} - ${SeasonNumber}x${EpisodeNumber} - ${EpisodeName}" it works fine. Any ideas on why this would be happening? I saw in a comment in http://forums.sagetv.com/forums/showthread.php?t=58024 that some one was having the same issue but couldn't see a fix for it? |
#2
|
||||
|
||||
The -t is only required if want to use a different mask than the default. I think there is a bug in the current release... but you can drop the -t and mask entirely, if you are using the default mask (which it appears you are).
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#3
|
||||
|
||||
You can also try using %% instead of % in your command line... The reason is that in windows the % may be treated as a env lookup... so try the %% as in
Code:
-t "${MediaTitle} - ${SeasonNumber:%%02d}x${EpisodeNumber:%%02d} - ${EpisodeName}"
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#4
|
|||
|
|||
I tried doing this
Code:
phoenix-renamer " "The Almighty Johnsons - S03E01 - An Orchard of Trees.mp4" -t "${MediaTitle} - ${SeasonNumber:%%02d}x${EpisodeNumber:%%02d} - ${EpisodeName}" The Almighty Johnsons - S03E01 - An Orchard of Trees.mp4 to: The Almighty Johnsons - %02dx%02d - An Orchard of Trees Do I need to do add extra %'s? Also the default is coming like this S01E01 not 01x01? |
#5
|
||||
|
||||
Quote:
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Season & episode numbers in filenames? | MondayTuesday | SageTV Beta Test Software | 8 | 05-09-2011 06:57 PM |
Season/Episode Numbers with 7.1.3 | Narflex | SageTV Beta Test Software | 11 | 03-11-2011 10:45 PM |
Upgraded and Lost Season/Episode Numbers | ranger | Batch Metadata Tools | 4 | 03-10-2011 07:29 AM |
How do I get the episode/season numbers? to show? (S02E03) | pastorkjl | Batch Metadata Tools | 4 | 12-11-2010 01:53 PM |
add Season and Episode numbers | LoopyWolf | SageTV Customizations | 2 | 09-12-2009 01:41 PM |