MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Community Skins and Plugins » Plugins » Hot Plugins » My Films


My Films MediaPortal My Films plugin.

Reply
 
Thread Tools Display Modes
Old 2008-08-01, 18:09   #51 (permalink)
MP Donator
 
Join Date: Jun 2006
Age: 35
Posts: 154
Thanks: 7
Thanked 1 Time in 1 Post

Country:

My System

Default Strange...

Take a look at this logfile:

01.08.2008 18:04:46 - Processing Complete - Found 180 Missing Entries.
01.08.2008 18:04:46 - ================================================== =================================================
01.08.2008 18:04:46 - Finding Missing Files (In XML file, not on hard disk)
01.08.2008 18:04:46 - ---------------------------------------------------------------------------------------------------
01.08.2008 18:04:46 - Processing Complete - Found 0 Missing Files.

I´m missing 180 files, that seem to be rather reluctant to be processed....

Today I created a new xml file (actually Ant created...), about 250 movies were imported just fine. And then it stops.... It finds all those missing fles and declares them orphaned and does....nothing.

Any clues ?
mcbelly is offline   Reply With Quote
Old 2008-08-03, 20:53   #52 (permalink)
MP Donator
 
Join Date: Jun 2006
Age: 35
Posts: 154
Thanks: 7
Thanked 1 Time in 1 Post

Country:

My System

Default

Answering my own question:

The next file in line was "Romeo + Julia.avi". It seems the updater had a problem with the "+", removing it helped and all works again...

While we´re at it: Is it possible to use a regex to remove things like dots, hyphans,... Would help a lot, I have plenty of movies which have dots in their name - I have to remove them manually, which is a nag.

Cheers
mcbelly
mcbelly is offline   Reply With Quote
Old 2008-08-04, 01:13   #53 (permalink)
Portal Member
 
z3us's Avatar
 
Join Date: Dec 2007
Posts: 275
Thanks: 51
Thanked 8 Times in 8 Posts

Country:


Default

Quote:
Originally Posted by mcbelly View Post
Answering my own question:

The next file in line was "Romeo + Julia.avi". It seems the updater had a problem with the "+", removing it helped and all works again...

While we´re at it: Is it possible to use a regex to remove things like dots, hyphans,... Would help a lot, I have plenty of movies which have dots in their name - I have to remove them manually, which is a nag.

Cheers
mcbelly
Try using the program TotalCommander
z3us is offline   Reply With Quote
Old 2008-08-04, 11:32   #54 (permalink)
 
Join Date: Sep 2007
Location: London
Posts: 178
Thanks: 1
Thanked 26 Times in 20 Posts

Country:

My System

Default

Quote:
Originally Posted by mcbelly View Post
Answering my own question:

The next file in line was "Romeo + Julia.avi". It seems the updater had a problem with the "+", removing it helped and all works again...

While we´re at it: Is it possible to use a regex to remove things like dots, hyphans,... Would help a lot, I have plenty of movies which have dots in their name - I have to remove them manually, which is a nag.

Cheers
mcbelly
Hi mcbelly,

Glad you've got it working! I'll look into the '+' issue - never come across that one before.

As for correcting the movie names - do I assume you're not using the Internet lookup function? I've never worried about renaming the files since the Original Title and Translated Title get populated from the Internet. It should be fairly easy to offer a RegEx option for 'file name cleaning' - it's something we've considered adding in the past. On the other hand, if you mean you want to correct the actual filenames, then like z3us says there's other utilities for that kind of thing at a file level.

Best regards,

Orion Hall.
OrionHall is offline   Reply With Quote
Old 2008-08-04, 12:01   #55 (permalink)
MP Donator
 
Join Date: Jun 2006
Age: 35
Posts: 154
Thanks: 7
Thanked 1 Time in 1 Post

Country:

My System

Default

Quote:
Originally Posted by OrionHall View Post
Quote:
Originally Posted by mcbelly View Post
Answering my own question:

The next file in line was "Romeo + Julia.avi". It seems the updater had a problem with the "+", removing it helped and all works again...

While we´re at it: Is it possible to use a regex to remove things like dots, hyphans,... Would help a lot, I have plenty of movies which have dots in their name - I have to remove them manually, which is a nag.

Cheers
mcbelly
Hi mcbelly,

Glad you've got it working! I'll look into the '+' issue - never come across that one before.

As for correcting the movie names - do I assume you're not using the Internet lookup function? I've never worried about renaming the files since the Original Title and Translated Title get populated from the Internet. It should be fairly easy to offer a RegEx option for 'file name cleaning' - it's something we've considered adding in the past. On the other hand, if you mean you want to correct the actual filenames, then like z3us says there's other utilities for that kind of thing at a file level.

Best regards,

Orion Hall.
Hi, actually I do use the internet lookup function (ofdb, sometimes imdb). I have problems with files that are named sth like this "Jurassic.Park.avi". It comes up with Jurassic.Park - and no match. If I remove the dot, everything is fine, a few matches are returned (including the correct one). I don´t want to rename all my files (too lazy), I would have assumed that the prog would not lookup those "fillers". Or does this not happen to everyone and it´s just me (again) ?

To be completely clear: I don´t want my filenames corrected, I just thought the lookup routine would lookup the filenames without dots, etc.

Thanks a lot
mcbelly
mcbelly is offline   Reply With Quote
Old 2008-08-08, 16:07   #56 (permalink)
 
Join Date: Sep 2007
Location: London
Posts: 178
Thanks: 1
Thanked 26 Times in 20 Posts

Country:

My System

Default

Quote:
Originally Posted by mcbelly View Post
Hi, actually I do use the internet lookup function (ofdb, sometimes imdb). I have problems with files that are named sth like this "Jurassic.Park.avi". It comes up with Jurassic.Park - and no match. If I remove the dot, everything is fine, a few matches are returned (including the correct one). I don´t want to rename all my files (too lazy), I would have assumed that the prog would not lookup those "fillers". Or does this not happen to everyone and it´s just me (again) ?

To be completely clear: I don´t want my filenames corrected, I just thought the lookup routine would lookup the filenames without dots, etc.

Thanks a lot
mcbelly
Hi mcbelly,

Ah - okay. I see what you mean. I recall Zebons and I discussed doing something similar a while back, but it was never implemented. I guess we just need a RegEx to define what characters to remove, and I guess it should replace them with spaces, so you don't end up searching for JurassicPark or whatever!

I've just released my latest code as v0.7.3 - I'll add this to the To Do list for the next release. Should be easy enough to implement. The problem with the + character breaking the program will also need work and isn't yet fixed in 0.7.3.

Cheers,

Orion Hall.

p.s. 0.7.3 thread is here - AMC Updater v0.7.3 Now Available!
OrionHall is offline   Reply With Quote
Reply

Bookmarks

Tags
amcupdater

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
AMCUpdater v0.7 Beta Release OrionHall My Films 29 2008-07-08 23:05
AMCUpdater/Myfilms issue Justchill My Films 2 2008-06-22 00:30
amcupdater error jolcese My Films 0 2008-06-16 17:08
UnZip AMCUpdater to where? Surfer MediaPortal 1 Talk 2 2008-05-23 16:21
DVRBox v0.2 is here mlipman OffTopic 11 2006-01-11 03:45


All times are GMT +1. The time now is 19:58.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden