home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
My Films
AMC Updater v0.7.3 Now Available!
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="jamieo" data-source="post: 294484" data-attributes="member: 53052"><p>Actually, I don't think it's that unusual and seco is basically requesting the same functionality as I am. </p><p>We also seem to be in the same situation of being unable to use your program because:</p><p></p><p><strong><u>1) Movie Titles are not recognised</u></strong></p><p><strong><u></u></strong></p><p>This can be rectified most easily by using the parent folder name for the movie title instead - in certain cases this may lead to a few entries with the same title (a trilogy stored in the same folder), but a little manual intervention would be required for those anyhow and if anything it'll make it easy to spot them and add the hierachy info. </p><p></p><p>For instance, I'll have three entries called "Bourne Trilogy" so I just append the '\' character and the real titles after so they are treated as a group by the MyFilms plugin. Perhaps your program could even help with that by automatically appending the filename to all duplicates ie, "FolderName\FileName" - it would still require manual correction to be perfect but it'll really help.</p><p></p><p>Btw, seco suggested some regex cleanup operation and MPTVSeries implements this well but only because is also uses the whole path. Looking at my tv series collection it mainly uses the filename for the season and episode numbers only, while extracting the series title from the parent folder name(s). Also, many of my files do not even include the movie/series title in the filename but in the folder name only.</p><p></p><p><strong><u>2) Too many extraneous files are also imported</u></strong></p><p><strong><u></u></strong></p><p>If secos folder structure is anything like mine then simply ignoring certain folders will sort this one. I'll send you a short output from cmd tree /f as an example and I hope that'll clear things up.</p><p></p><p>At the very least a simple list of exact but case-insensitive names that's checked against would fulfil this in the meantime, ie:</p><p></p><p><u>Folder_Exclusion_List.txt:</u></p><p>extra</p><p>extras</p><p>sample</p><p>samples</p><p></p><p><u>Psedo code during scan</u></p><p>If the folder name matches exactly* to the list </p><p> then ignore this entire folder and carry on. <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p><em>*Match is case insensitive though...</em></p></blockquote><p></p>
[QUOTE="jamieo, post: 294484, member: 53052"] Actually, I don't think it's that unusual and seco is basically requesting the same functionality as I am. We also seem to be in the same situation of being unable to use your program because: [B][U]1) Movie Titles are not recognised [/U][/B] This can be rectified most easily by using the parent folder name for the movie title instead - in certain cases this may lead to a few entries with the same title (a trilogy stored in the same folder), but a little manual intervention would be required for those anyhow and if anything it'll make it easy to spot them and add the hierachy info. For instance, I'll have three entries called "Bourne Trilogy" so I just append the '\' character and the real titles after so they are treated as a group by the MyFilms plugin. Perhaps your program could even help with that by automatically appending the filename to all duplicates ie, "FolderName\FileName" - it would still require manual correction to be perfect but it'll really help. Btw, seco suggested some regex cleanup operation and MPTVSeries implements this well but only because is also uses the whole path. Looking at my tv series collection it mainly uses the filename for the season and episode numbers only, while extracting the series title from the parent folder name(s). Also, many of my files do not even include the movie/series title in the filename but in the folder name only. [B][U]2) Too many extraneous files are also imported [/U][/B] If secos folder structure is anything like mine then simply ignoring certain folders will sort this one. I'll send you a short output from cmd tree /f as an example and I hope that'll clear things up. At the very least a simple list of exact but case-insensitive names that's checked against would fulfil this in the meantime, ie: [U]Folder_Exclusion_List.txt:[/U] extra extras sample samples [U]Psedo code during scan[/U] If the folder name matches exactly* to the list then ignore this entire folder and carry on. :) [I]*Match is case insensitive though...[/I] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
My Films
AMC Updater v0.7.3 Now Available!
Contact us
RSS
Top
Bottom