Add "By First Letter" back to TV Sections

Just got forced to update PlexConnect because of the SSL channel thing.
 
Noticed in the new version there was no more sorting by first letter. I have a lot of TV Shows (almost 400) so going through "All Shows" or searching sucked.
So I added it back.
 
Easy way
**Wont let me attach for some reason :( **

Grab the file from this link:
http://sdrv.ms/16Syg3t
Rename your original to TVSecondary.bak (Just in case)
Place it on your Server (Under ./assets/templates/TVSecondary.xml)
 
This will add the "By First Letter" sort under "More..."
 
 
Manual way
Very loose instructions:
 
1 - Make a copy of ./assests/templates/TVSecondary.xml
2 - Edit the file and search for a sort you want to replace (Or copy a current one)
 
Below is the original:


    {{TEXT(By Content Rating)}}
    
      {{URL(key)}}/contentRating?X-Plex-Container-Start=0&X-Plex-Container-Size=25&PlexConnect=SectionPreview
    

 
3 - Change anywhere is says "contentRating" to "firstCharacter"
 
After:


    {{TEXT(By First Letter)}}
    
      {{URL(key)}}/firstCharacter?X-Plex-Container-Start=0&X-Plex-Container-Size=25&PlexConnect=SectionPreview
    

 
 **Should be in there 4 times. And don't forget to change the

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.