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
Renaming files with Moving Pictures
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="cooper2k4" data-source="post: 714211" data-attributes="member: 88118"><p>I think most of us have at some time had the idea of renaming all movies with nice looking filenames. The idea is simple but the solution took me nearly 2 years. I tried several file renamers found on the web, but none really satisfied me. The main problem was that you have to search and approve all movies again, even if you have them already in the Moving Pictures database. The provided interfaces weren't good and too elaborate to use.</p><p></p><p>The approach to use the Moving Pictures database which already contains all required information was the most obvious solution to me. Therefore I had some faith in jmcentire's apps that worked to some point.</p><p><a href="https://forum.team-mediaportal.com/moving-pictures-284/app-copy-artwork-details-movie-folder-71649/" target="_blank">https://forum.team-mediaportal.com/moving-pictures-284/app-copy-artwork-details-movie-folder-71649/</a></p><p><a href="https://forum.team-mediaportal.com/moving-pictures-284/app-create-rename-folders-based-info-moving-pictures-76187/" target="_blank">https://forum.team-mediaportal.com/moving-pictures-284/app-create-rename-folders-based-info-moving-pictures-76187/</a></p><p></p><p>kyleh0000 picked up the idea and created his own app which unfortunately did not work for me.</p><p><a href="https://forum.team-mediaportal.com/mediaportal-plugins-47/nexus-media-manager-v0-8-organise-your-media-now-tv-support-14-01-2011-a-89199/" target="_blank">https://forum.team-mediaportal.com/mediaportal-plugins-47/nexus-media-manager-v0-8-organise-your-media-now-tv-support-14-01-2011-a-89199/</a></p><p></p><p>Since version 1.1.0 Moving Pictures has the ability to rename files. So we don't need third party tools anymore.</p><p><a href="https://forum.team-mediaportal.com/moving-pictures-284/moving-pictures-1-1-stable-follw-website-support-92994/" target="_blank">https://forum.team-mediaportal.com/moving-pictures-284/moving-pictures-1-1-stable-follw-website-support-92994/</a></p><p><a href="http://code.google.com/p/moving-pictures/issues/detail?id=230" target="_blank">Issue 230 - moving-pictures - Rename movies according to their database-entry - Project Hosting on Google Code</a></p><p></p><p>In your Moving Pictures Movie Manager click on 'Advanced Tools'->Rename to rename one <u>or more</u> movie files. Simply select the movies in the list prior to rename.</p><p></p><p><img src="https://forum.team-mediaportal.com/attachment.php?attachmentid=76996&stc=1&d=1297532846" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>The rename pattern is specified in About->'Advanced Settings'. You can put there for example:</p><p>[CODE]${movie.title} (${movie.year}) [${movie.imdb_id}]${moviepart}[/CODE]</p><p></p><p>This will produce a file as follows that can easily be reimported in Moving Pictures or used with XBMC or WDTV.</p><p>[CODE]2012 (2009) [tt1190080].mkv[/CODE]</p><p></p><p><img src="https://forum.team-mediaportal.com/attachment.php?attachmentid=76997&stc=1&d=1297532846" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Before Moving Pictures starts renaming any files you get a confirmation dialog with a preview of the changes and some additional options in the top right corner.</p><p></p><p><img src="https://forum.team-mediaportal.com/attachment.php?attachmentid=77060&stc=1&d=1297618091" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Renaming also supports directories and even secondary files like .nfo or .srt, etc. The original filename is saved in the MP database and you can undo any changes later.</p><p></p><p>I hope you find this useful.</p><p></p><p>Thorsten</p></blockquote><p></p>
[QUOTE="cooper2k4, post: 714211, member: 88118"] I think most of us have at some time had the idea of renaming all movies with nice looking filenames. The idea is simple but the solution took me nearly 2 years. I tried several file renamers found on the web, but none really satisfied me. The main problem was that you have to search and approve all movies again, even if you have them already in the Moving Pictures database. The provided interfaces weren't good and too elaborate to use. The approach to use the Moving Pictures database which already contains all required information was the most obvious solution to me. Therefore I had some faith in jmcentire's apps that worked to some point. [url]https://forum.team-mediaportal.com/moving-pictures-284/app-copy-artwork-details-movie-folder-71649/[/url] [url]https://forum.team-mediaportal.com/moving-pictures-284/app-create-rename-folders-based-info-moving-pictures-76187/[/url] kyleh0000 picked up the idea and created his own app which unfortunately did not work for me. [url]https://forum.team-mediaportal.com/mediaportal-plugins-47/nexus-media-manager-v0-8-organise-your-media-now-tv-support-14-01-2011-a-89199/[/url] Since version 1.1.0 Moving Pictures has the ability to rename files. So we don't need third party tools anymore. [url]https://forum.team-mediaportal.com/moving-pictures-284/moving-pictures-1-1-stable-follw-website-support-92994/[/url] [url=http://code.google.com/p/moving-pictures/issues/detail?id=230]Issue 230 - moving-pictures - Rename movies according to their database-entry - Project Hosting on Google Code[/url] In your Moving Pictures Movie Manager click on 'Advanced Tools'->Rename to rename one [U]or more[/U] movie files. Simply select the movies in the list prior to rename. [IMG]https://forum.team-mediaportal.com/attachment.php?attachmentid=76996&stc=1&d=1297532846[/IMG] The rename pattern is specified in About->'Advanced Settings'. You can put there for example: [CODE]${movie.title} (${movie.year}) [${movie.imdb_id}]${moviepart}[/CODE] This will produce a file as follows that can easily be reimported in Moving Pictures or used with XBMC or WDTV. [CODE]2012 (2009) [tt1190080].mkv[/CODE] [IMG]https://forum.team-mediaportal.com/attachment.php?attachmentid=76997&stc=1&d=1297532846[/IMG] Before Moving Pictures starts renaming any files you get a confirmation dialog with a preview of the changes and some additional options in the top right corner. [IMG]https://forum.team-mediaportal.com/attachment.php?attachmentid=77060&stc=1&d=1297618091[/IMG] Renaming also supports directories and even secondary files like .nfo or .srt, etc. The original filename is saved in the MP database and you can undo any changes later. I hope you find this useful. Thorsten [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Moving Pictures
Renaming files with Moving Pictures
Contact us
RSS
Top
Bottom