<Solved> Filename Parsing & Display Problems
Posted: Sat Mar 28, 2015 10:43 am
(This may be a bit much for one post but I believe is is all related.)
After extensive testing of special characters in filenames (on Mac OSX), only a few errors were noted. Special character handling is required because the Title is derived from an on-line database from the UPC.
Notes:
2 - Parse Error reported in log: random and only on initial invocation
3 - Parse Error to Screen: Title truncated after '&':
The log files have it all.
After extensive testing of special characters in filenames (on Mac OSX), only a few errors were noted. Special character handling is required because the Title is derived from an on-line database from the UPC.
Notes:
- These are all filenames, but displayed without the ".mkv" suffix.
Since this is running on Mac OSX the ':' characters are displayed on Screen as a '/'.
The colon ':' is not allowed in filenames and is replaced with the vertical bar '|' (UNIX pipe).
2 - Parse Error reported in log: random and only on initial invocation
- 10-Movie America's Favorite Country Stars| Is There Life Out There? : Baron And The Kid : Crazy : ....mkv
10-Movie Collection Featuring Brad Pitt| Too Young To Die? (1990) : The White Raven : Booster : Street Corner Justice : ....mkv
3 - Parse Error to Screen: Title truncated after '&':
- Chaos; Head| The Complete Series (DVD & Blu-ray Combo).mkv
Chaos; Head| The Complete Series (DVD & Blu-ray Combo/ Limited Edition).mkv
Chaos; Head| The Complete Series (DVD & Blu-ray Combo/ Super Amazing Value Edition).mkv
- $5 A Day (Image: Blu-ray)
$5 A Day (Image: (1992)
- " .hack::Quantum| Complete OVA Series (DVD & Blu-ray Combo).mkv"
but this works with the '-' here :
" .hack::ROOTS #1 (DVD:CD Combo w: T-Shirt: Original Soundtrack: Video Game Demo: Art Box).mkv"
The log files have it all.