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.8.0 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="OrionHall" data-source="post: 320635" data-attributes="member: 56502"><p>But that's the point - the import process cannot possibly update every bit of information whenever it's run! It would take ages - and if any of the Internet-based fields are selected you'll be prompted to select the correct movie each time too. At present AMCUpdater has no way to ensure that the Internet lookup 'remembers' which movie is which - the grabber doesn't support using the IMDB (or similar) uniqueID. The import process is meant to be as quick and easy as possible for imports; if any information is missing for some reason then you need to run a manual update to correct that. That's just the way it works.</p><p></p><p>The additional problem is that the Cover Art can only come from the Internet - so if you select 'Picture' on the Database Fields tab then the program will assume an Internet lookup is needed. I'm working on the code now to see if I can make the 'Is Internet Lookup Needed' code handle the possibility that the cover art is already present and just needs to be linked. It's complicated to do though, so may take a while. </p><p></p><p>Please remember that it's impossible for one utility to be 'everything for everyone' - we have to draw the line somewhere!</p><p></p><p>Cheers,</p><p></p><p>Orion.</p><p></p><p></p><p></p><p>Hi,</p><p></p><p>The 'strip characters' list supports Regular Expressions to make it more flexible. The sample of \([0-9][0-9][0-9][0-9]\) is designed to strip year values in brackets - and the ( and ) symbols are special characters in RegEx, so they need a \ to make RegEx process them as plain text.</p><p></p><p>To remove 'DVDRIP' from the titles just enter 'DVDRIP' and it will work. But if you want to enter a RegEx special character it needs to be 'escaped' by a backslash before it. There's plenty of RegEx tutorials online - a quick Google shows this page has a list of Reserved Characters - <a href="http://articles.techrepublic.com.com/5100-10878_11-1050915.html" target="_blank">here</a></p><p></p><p>Hope that helps!</p><p></p><p>Orion.</p></blockquote><p></p>
[QUOTE="OrionHall, post: 320635, member: 56502"] But that's the point - the import process cannot possibly update every bit of information whenever it's run! It would take ages - and if any of the Internet-based fields are selected you'll be prompted to select the correct movie each time too. At present AMCUpdater has no way to ensure that the Internet lookup 'remembers' which movie is which - the grabber doesn't support using the IMDB (or similar) uniqueID. The import process is meant to be as quick and easy as possible for imports; if any information is missing for some reason then you need to run a manual update to correct that. That's just the way it works. The additional problem is that the Cover Art can only come from the Internet - so if you select 'Picture' on the Database Fields tab then the program will assume an Internet lookup is needed. I'm working on the code now to see if I can make the 'Is Internet Lookup Needed' code handle the possibility that the cover art is already present and just needs to be linked. It's complicated to do though, so may take a while. Please remember that it's impossible for one utility to be 'everything for everyone' - we have to draw the line somewhere! Cheers, Orion. Hi, The 'strip characters' list supports Regular Expressions to make it more flexible. The sample of \([0-9][0-9][0-9][0-9]\) is designed to strip year values in brackets - and the ( and ) symbols are special characters in RegEx, so they need a \ to make RegEx process them as plain text. To remove 'DVDRIP' from the titles just enter 'DVDRIP' and it will work. But if you want to enter a RegEx special character it needs to be 'escaped' by a backslash before it. There's plenty of RegEx tutorials online - a quick Google shows this page has a list of Reserved Characters - [URL="http://articles.techrepublic.com.com/5100-10878_11-1050915.html"]here[/URL] Hope that helps! Orion. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
My Films
AMC Updater v0.8.0 Now Available!
Contact us
RSS
Top
Bottom