That's the default setting "always group movies in the same folder". Disable that and both movies will import individually (or do not put them in the same folder).
That's the default setting "always group movies in the same folder". Disable that and both movies will import individually (or do...
Hi. Ever since I switched from mediaportal 1 to 2 I have noticed an issue in moving pictures.
In mediaportal 1 when in moving...
All the views are generated with pseudo-SQL, so a lot of possible and a recently watched view should not be an issue. As to the actual pseudo-SQL code required, that will take a little longer to come up with. Somebody else might already have come up with it and shared it on forum, so try some searches.
All the views are generated with pseudo-SQL, so a lot of possible and a recently watched view should not be an issue. As to the...
Is it possible to generate a recently watched view
You just have to create multiple versions.
Not sure if the current setting supports folders, so you can do "C:\Intros\${certification}\${audiocodec}.mp4", but otherwise you just end up with "C:\Intros\${certification}_${audiocodec}.mp4"
There are only 5 MPAA ratings (G, PG, PG-13, R, NC-17), so if you only go with say MP3, AC3...
You just have to create multiple versions.
Not sure if the current setting supports folders, so you can do...
I have been looking all over the forums, and can't seem to find an answer to my question, so please forgive me if this has already...
The 'current' version of MovPic that is available to download contains a bunch of issues.
This has all been fixed, but no new official version has been released yet.
You can manually build your own installer from SVN/source to fix it yourself, or wait for v1.6.x to be released (as to when, your guess is as good as mine).
There...
The 'current' version of MovPic that is available to download contains a bunch of issues.
This has all been fixed, but no new...
Hi,
MePo 1.4pre with current Moving Pictures, MePo running in main menu. No media playback.
Then moving a new directory with 1...
Thanks RoChess
Asking for help at Xbmc forum, i saw the problem was not only for MP users but for few scraper xbmc users as well.
I don't remember exactly how but the accents problem is now solved and scraper still working.
Otherwise i would have been pleased to work with you !
Thanks RoChess
Asking for help at Xbmc forum, i saw the problem was not only for MP users but for few scraper xbmc users as well.
I...
Hello,
Xbmc fr team has made a new database version (ciné-passion to media passion). Scraper for moving pictures almost still works...
MovPic checks existing locations first, so if the old import location does not contain the movies anymore, MovPic goes crazy in deleting it. If that old import path however would have been 'offline', meaning you would have not created the UNC share, or used a different server name, then MovPic would have assumed you like disconnected...
MovPic checks existing locations first, so if the old import location does not contain the movies anymore, MovPic goes crazy in...
Hi!
I have a rather large library of movies spread across several hard disks. I want to order some of my files and move them...
Skin Debug Mode in advanced setting is your friend, it publishes all properties to log when you select a movie ;)
The key skin properties needed for this are:
#MovingPictures.UserMovieSettings.resume_time [No. of seconds into the movie]
#MovingPictures.LocalMedia.duration [No. of milliseconds]
So to get the percentage watched...
Skin Debug Mode in advanced setting is your friend, it publishes all properties to log when you select a movie ;)
The key skin...
It would be very welcome to see (as it is done in the Plex - you can see on the Deck on movie thumbnail the progress of watched...
For IMDb+ it has been fixed and should work with all titles in English, if you do not activate options such as original title (as this undoes the detection for foreign users), but you can also not use the UK-English title option in some cases, or the British ratings.
It could be that a new bug crept into IMDb+, which I can usually...
For IMDb+ it has been fixed and should work with all titles in English, if you do not activate options such as original title (as...
Hi all,
My native language is Portuguese, but I have my HTPC and Mediaportal all configured in English.
I also like to have the...
MovPic supports external drives, DAS, NAS or plain UNC network shares. Simply add the import paths as you see fit, there is really no limit, though it can add a delay to the startup as it scans each drive to see if new media was added/removed/etc.
MediaPortal is the part that deals with playback and subtitles and it simply looks for...
MovPic supports external drives, DAS, NAS or plain UNC network shares. Simply add the import paths as you see fit, there is really...
What i wonder about is if i can have all my movies on my fileserver and import em directly into moving pictures?
Would i be able to...
MovPicNFO, it is actually an MPEI now, so installs easy. It stores everything in XBMC NFO format and can secure artwork, so you can do a full off-line re-import if needed. For XBMC import to work you have to position it as primary script, so be sure to read the instructions on that for future import/recovery.
MovPic also offers a...
MovPicNFO, it is actually an MPEI now, so installs easy. It stores everything in XBMC NFO format and can secure artwork, so you can...
Since I sent some movies back to the importer, it'll hang on startup, not find any hits mor new movies and crash if a manual...
MP-TVSeries has the option, and there are many kid-friendly TV series you can just add to a custom playlist quick and make sure you have the repeat-playlist option enabled. I've asked for a simelair playlist option for MovPic, as my wife grew up on sleeping with background-noise as well, but the project owner did not feel that it was...
MP-TVSeries has the option, and there are many kid-friendly TV series you can just add to a custom playlist quick and make sure you...
I just build a light weight MediaPortal client for the kids room, and I was wondering if there is any way to play a movie and have...
You can also use TMDB as fallback, as it is easier to user-contribute to that one and MovPic has a TMDB scraper-script build in.
@rickyman, do you have some examples of movies that do not exist at IMDb?
You can also use TMDB as fallback, as it is easier to user-contribute to that one and MovPic has a TMDB scraper-script build in...
i am wonderng is there any way i can manually add info on the Moving Picutes cause some bluray cannot be found on imdb. some bluray...
By putting this RegExp at the end and seperating it with '|' from the existing one, the default expression takes precendence. So it causes a false positive on some parts and then the expression I've made fails.
So change: (original one)|(the one i gave you)
into: (the one i gave you)|(original one)
So restore the original noise...
By putting this RegExp at the end and seperating it with '|' from the existing one, the default expression takes precendence. So it...
Hello,
I readed the FAQ for the automatically approved results but i don't understand it at all. I have done many test with no...
No, that's why there is a 'Use Parent' menu item. Category views are children to the parent, so this allows you to override per category or to use the main one set.
No, that's why there is a 'Use Parent' menu item. Category views are children to the parent, so this allows you to override per...
Hi all:
I would like my MP to open in coverflow view.
Everytime I select coverflow it changes to the desired view, however when...
TMDB fixed null genre id bug. Now scrapper works fine. I suggest add logging support to its sources. Also I suggest include info about MediaPortal logging verbosity to http://code.google.com/p/imdbplus/wiki/WikiInstallScraper .
TMDB fixed null genre id bug. Now scrapper works fine. I suggest add logging support to its sources. Also I suggest include info...
MP cannot import some titles using TMDB. Network sniffer shows correct API answers, all necessary data received, but movie importer...
There is currently no mechanism to do what you are asking jazzor, it would require a modification or fork of the plugin to make this happen. This is an extremely niche change so I doubt anyone on the team will spend time on this (but I will let others speak for themselves). So your best bet is probably to either fork or to try...
There is currently no mechanism to do what you are asking jazzor, it would require a modification or fork of the plugin to make...
Hi guys and gals,
I was wondering if there is a way to launch a *.bat file right before the movie starts?
An if there is a way to...
Now that @armandp has rejoined the developing efforts, we could see full integration sooner then later.
The database will have this 'collections' info, so this `could` be used to exclude movie titles from showing in the main list as-is by adjusting the SQL query accordingly, and insert them under their collection name instead. Then...
Now that @armandp has rejoined the developing efforts, we could see full integration sooner then later.
The database will have...
My question is slightly different then some of the other threads I found here; including the "Grouping Movies" thread just a tad...
it's permissions my bad
new motherboard recently then rolled back to a system image, must of forgot to set permissions up again.It's all working correctly now. ty my bad :P
it's permissions my bad
new motherboard recently then rolled back to a system image, must of forgot to set permissions up...
This app will talk to your Moving Pictures database and make a copy of the current movie artwork(cover and backdrop) to the...
I opened the resource for translation and defined the URL for automatic updates of the source language (English) to
https://moving-pictures.googlecode.com/svn/trunk/MovingPictures/Resources/language/en-US.xml
I opened the resource for translation and defined the URL for automatic updates of the source language (English) to...
I've created and provided this patch already a few weeks ago and doing it here in forums again to get a final decision if I can...
You can always restore the original MovPic Titan skin files otherwise, simply delete the XML files in question, and then reinstall the MovPic plugin (easy now due to MPEI support), and it will put the files back. Without deleting the XML skin files, the plugin will detect that they have a more recent datestamp and leave them alone...
You can always restore the original MovPic Titan skin files otherwise, simply delete the XML files in question, and then reinstall...
Is there a way to get rid of the option to show whether a film has been watched/unwatched? In MovingPictures my skin (Titan) makes...