yanfoe / YANFOE.v2

YANFOE.v2 - Movie and TV meta data manager
http://www.yanfoe.com
21 stars 10 forks source link

Rev 2012 - Semi : becomes &3A in file name #161

Closed MBohman closed 12 years ago

MBohman commented 13 years ago

For instance, Start Trek Voyager is StarTrek: Voyager after scanning but using auto renaming it becomes Star Trek&3A Voyager.

//Morgan

Russe11 commented 13 years ago

This is correct behavior as the : char can't be saved on the filesystem. YAMJ will correctly read this in and convert back to a :

MBohman commented 13 years ago

Hm gthen YAMJ got an issue, as Set_Star Trek$3A The Next Generation_1.banner.jpg could be found and proper displayed, but Star Trek$3A The Next Generation s01e05 The Last Outpost.avi will be displayed with the &3A in the movie name and when doing a new scan with Yanfoe it keeps asking which series this is.

Zaaacharias commented 12 years ago

This problem could be easily fixed. Suggestion: Yamj should remove chars that are not supported by the filesystem or replace it with another char (eg -).

Maybe you could reopen this issue and give it a suggestion / improvement flag.

Russe11 commented 12 years ago

@MBohman: I'll double check that this end. Are you using the latest version of YAMJ?

@Zeecharias: This is a hack that existed in v1. I'm trying to move away from that simply as there is a correct way of handling these characters with is with the hex replace. I will be offering the option to do a replace in the future though as it does seem to be in demand.

MBohman commented 12 years ago

YAMJ Revision: r2658 Build Date: 2011-09-29 08:10:58

MBohman commented 12 years ago

Oops! ;-)

Russe11 commented 12 years ago

This has been fixed in @5bc493828edab75a95929d23f18f2bb0d667a894