File names/episode titles #408
-
|
I recently updated to the newest version and I have noticed a change in how my video titles are displayed. Pre update, the remote app would display the full file name, but now it’s changed. I’ll give an example: Pre update “Cheers - S01E01 Episode name” or another example would be I have older files with older names that I never changed. Like my Myth busters episodes are labeled as “mb.s01e02.exploding.toilet” and it would display that full name. Now it just shows as “mb” Is this an issue with how I label my files? I haven’t seen anyone else discussing this on the forum so I’m wondering if this is just a me issue? It was super helpful because when I would notice an episode that I’d seen a lot or wasn’t a fan of I’d just check the name, make a note to delete it, and I’d do that. I know it’s just a QoL thing at the end of the day and this is still my favorite project ever lol. But is there a way I can address on my end or was this the intended function? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 21 replies
-
|
This is a result of a request I made a while back: #346 Essentially, I wanted the guide to say "Cheers" rather than "Cheers - S01E01 - Episode Name" since the old school guide channels didn't have that kind of info. So, yes, it has to do with how you have your file names formatted. You can see a number of examples of filenames and how they parse in the issue I linked at the start. Do you WANT to see the full name? I believe that as it stands now, If you want to see all of that info in the current system, you'd need to format your filenames to avoid those break characters. So maybe "Cheers S01E01 Episode Name" would work. But it may be that if you want to see the full filenames, and I don't, that we really just need a switch someplace that we can flip between modes. Perhaps there could be a "Show_Full_Filename: True" flag in the guide Conf or something. I'll leave that to Shane to decide/figure out. |
Beta Was this translation helpful? Give feedback.
-
|
Okay - this has actually been a feature for a long time inside of But, somewhere along the way, I started applying this as soon as objects were pulled from the database (probably so I didn't call it all the time, just the once). So now, this is applied in |
Beta Was this translation helpful? Give feedback.
-
|
Having similar issues, after recent pull the osd is showing a different title, cutting off some point. I've added to the main.config the normalize false but it still persists. I tried rebuilding the catalog as well, looking at the playstatus socket i see the title block and the file path block, with title being the cutoff version |
Beta Was this translation helpful? Give feedback.
Okay - its fixed. Update from the repo and set
"normalize_titles": falseinmain_config.jsonto turn it off at the system level - you don't have to set anything in guide.json to turn it off. However, if you do turn if off inmain_config.json, you can turn it back on inguide.jsonif you want.