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
Moving Pictures
Few minor issues.
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="RoChess" data-source="post: 556056" data-attributes="member: 18896"><p><strong>When searching for movie titles that have "special edition" or "Director's cut" in it, why can't moving pictures just ignore these strings? That seems very basic to me. Am i missing that feature?</strong></p><p></p><p>Modify your noise filter manually for the time being, until these little bugs are fixed in the official release.</p><p>For more information, read: <a href="https://forum.team-mediaportal.com/moving-pictures-284/noise-filter-exchange-75135/" target="_blank">https://forum.team-mediaportal.com/moving-pictures-284/noise-filter-exchange-75135/</a></p><p></p><p><strong>When it finds a title like ghost in the shell, which happens to be named the japanese (?) title on IMDB, can't it be intelligent enough to sort and display English if It's set to that language in the preferences? It downloads the multiple titles, why not choose the right one?</strong></p><p></p><p>This is actually an existing issue that is being worked on, you can star the issue on the Google SVN to be kept informed about any progress. For the time being either rename your files to the imdb title, use NFO files or correct it manually during import.</p><p></p><p><strong>Browsing 730 thumbnails lags like crazy. Is there a way to cache them or optimize them all so they are smaller files?</strong></p><p></p><p>What version are u using? If you are on the v1.0.x beta version, then it has a small bug regarding saving the covers as PNG which then end up being cached by MediaPortal, causing a crash. To solve this, close MediaPortal, rename all the existing PNG covers to JPG extension, then allow MediaPortal to generate the skin cache and you should be good to go for the time being, until this problem is fixed permanently (it already is in latest SVN build I believe)</p><p></p><p><strong>wish i could sort the config list by last added. Sometimes when it adds stuff automatically and it's wrong, it can be a pain to find that wrong title out of 700+ movies. a Sort by list in the configurator would be nice.</strong></p><p></p><p>This enhancement is already requested on Google SVN and will be included soon. It might not make it in the v1.0 stable release, but then it will be part of v1.1. For the time being there are some manual methods you could try, such as directly via SQL queries, which you can read more about at: <a href="https://forum.team-mediaportal.com/moving-pictures-284/howto-manually-find-movie-entries-missing-info-via-sql-queries-74825/" target="_blank">https://forum.team-mediaportal.com/moving-pictures-284/howto-manually-find-movie-entries-missing-info-via-sql-queries-74825/</a> (be sure to make a backup of movingpictures.db3 first and open this copy in your SQL program, incase it locks the file with MovingPictures plugin running)</p><p></p><p><strong>I'd love to know how to auto-backup my MoPi config daily as it's corrupted twice now.</strong></p><p></p><p>You can do this via the existing Windows backup software and schedule it via the task scheduler.</p><p></p><p><strong>Ability to mass-edit titles to change things like movie file path, or cover paths would help greatly when I move some to a new server, etc.</strong></p><p></p><p>Adding to kiwijunglist excellent explanation. Moving Pictures is actually able to do this for you, you add a new Import Path to MovPic, and then mass-move your files over. The plugin will 'sense' that the movie is already in the database and only update the fields that it needs to (such as new drive/path/etc). Since the plugin rescans the database contents when it starts you can also do all this without MediaPortal running.</p><p></p><p><strong>Am i correct in assuming that MP auto-scans the movie folder and scrapes on it's own? I added some titles and went into the configurator and it had only listed one. </strong></p><p></p><p>Yes, it scans your import paths constantly for new additions, but also if you delete or rename existing ones. You can scan the log file and search on "auto-approve", this will show you which automatic match was found (or keep the plugin open as you add the file, so you can see the import process visually). If for example you name a movie "Love.avi", then IMDb will return a massive amount of results, so it will be unable to make an automatic choice. Only the first scraper is able to make an auto-approval decision, so keep that in mind.</p><p></p><p><strong>Having an alert saying what it did, like a log file</strong></p><p></p><p>%ProgramData%\Team MediaPortal\MediaPortal\log\movingpictures.log</p></blockquote><p></p>
[QUOTE="RoChess, post: 556056, member: 18896"] [b]When searching for movie titles that have "special edition" or "Director's cut" in it, why can't moving pictures just ignore these strings? That seems very basic to me. Am i missing that feature?[/b] Modify your noise filter manually for the time being, until these little bugs are fixed in the official release. For more information, read: [url]https://forum.team-mediaportal.com/moving-pictures-284/noise-filter-exchange-75135/[/url] [b]When it finds a title like ghost in the shell, which happens to be named the japanese (?) title on IMDB, can't it be intelligent enough to sort and display English if It's set to that language in the preferences? It downloads the multiple titles, why not choose the right one?[/b] This is actually an existing issue that is being worked on, you can star the issue on the Google SVN to be kept informed about any progress. For the time being either rename your files to the imdb title, use NFO files or correct it manually during import. [b]Browsing 730 thumbnails lags like crazy. Is there a way to cache them or optimize them all so they are smaller files?[/b] What version are u using? If you are on the v1.0.x beta version, then it has a small bug regarding saving the covers as PNG which then end up being cached by MediaPortal, causing a crash. To solve this, close MediaPortal, rename all the existing PNG covers to JPG extension, then allow MediaPortal to generate the skin cache and you should be good to go for the time being, until this problem is fixed permanently (it already is in latest SVN build I believe) [b]wish i could sort the config list by last added. Sometimes when it adds stuff automatically and it's wrong, it can be a pain to find that wrong title out of 700+ movies. a Sort by list in the configurator would be nice.[/b] This enhancement is already requested on Google SVN and will be included soon. It might not make it in the v1.0 stable release, but then it will be part of v1.1. For the time being there are some manual methods you could try, such as directly via SQL queries, which you can read more about at: [url]https://forum.team-mediaportal.com/moving-pictures-284/howto-manually-find-movie-entries-missing-info-via-sql-queries-74825/[/url] (be sure to make a backup of movingpictures.db3 first and open this copy in your SQL program, incase it locks the file with MovingPictures plugin running) [b]I'd love to know how to auto-backup my MoPi config daily as it's corrupted twice now.[/b] You can do this via the existing Windows backup software and schedule it via the task scheduler. [b]Ability to mass-edit titles to change things like movie file path, or cover paths would help greatly when I move some to a new server, etc.[/b] Adding to kiwijunglist excellent explanation. Moving Pictures is actually able to do this for you, you add a new Import Path to MovPic, and then mass-move your files over. The plugin will 'sense' that the movie is already in the database and only update the fields that it needs to (such as new drive/path/etc). Since the plugin rescans the database contents when it starts you can also do all this without MediaPortal running. [b]Am i correct in assuming that MP auto-scans the movie folder and scrapes on it's own? I added some titles and went into the configurator and it had only listed one. [/b] Yes, it scans your import paths constantly for new additions, but also if you delete or rename existing ones. You can scan the log file and search on "auto-approve", this will show you which automatic match was found (or keep the plugin open as you add the file, so you can see the import process visually). If for example you name a movie "Love.avi", then IMDb will return a massive amount of results, so it will be unable to make an automatic choice. Only the first scraper is able to make an auto-approval decision, so keep that in mind. [b]Having an alert saying what it did, like a log file[/b] %ProgramData%\Team MediaPortal\MediaPortal\log\movingpictures.log [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Moving Pictures
Few minor issues.
Contact us
RSS
Top
Bottom