• 1
  • 15
  • 16
  • 17(current)
  • 18
  • 19
  • 45
MovieLib - Your movie database on web
You can close XBMC in next run sync will be continued. Poster and fanart sync with movie. If they missing is something wrong. Put xbmc.log.
Reply
ok so i'll let XBMC open now. (it's quite long, like 1 movie scrap per minute)
Find that it takes poster and fanart only when there are inside the repertory of the movie (so i think i should first do an "export video library" in XBMC)
I'm running XBMC with a mysql centralized library... that could cause issues ?
Reply
Paste xbmc.log in pastebin.com. There is no difference whether the images are stored locally or stored only URL's to it.. The script itself should deal with them.
Reply
here's the xbmc.log
http://tny.cz/9a700928
Reply
When You syncing the source like smb://PCBUREAU/Aloha/Eden.Lake.2008.LiMiTED.PROPER.MULTi.1080p.BluRay.x264-FHD/fhd-edenlake.1080p-fanart.jpg/ is accessible?
Reply
Movielib XBMC addon v. 1.2.5
- Fix: sync Last Added, Last Played, Watched
- Added: bdmv files to exceptions at sync
- Added: Syncing path to file
Reply
(2014-04-27, 20:11)Regss Wrote: When You syncing the source like smb://PCBUREAU/Aloha/Eden.Lake.2008.LiMiTED.PROPER.MULTi.1080p.BluRay.x264-FHD/fhd-edenlake.1080p-fanart.jpg/ is accessible?

nope, because fanart, poster, nfo, ... are no longer inside the movie directory with recent version of XMBC and a centralized mysql library, (but in XBMC cache)
only solution, is to ask XBMC in the settings to make a export of the library in separate files,
then in every movie repertory, XBMC will copy different files (such as the nfo, tbn, ...) inside the movie directory
Reply
(2014-04-26, 13:07)Regss Wrote: In library view movies are skipped have stream details flag like video and audio codec and channels?

All went well after playing some more bd.iso's. You made a very nice program Nod

Thanks for everything.
Reply
(2014-04-27, 23:22)onlyyou Wrote:
(2014-04-27, 20:11)Regss Wrote: When You syncing the source like smb://PCBUREAU/Aloha/Eden.Lake.2008.LiMiTED.PROPER.MULTi.1080p.BluRay.x264-FHD/fhd-edenlake.1080p-fanart.jpg/ is accessible?

nope, because fanart, poster, nfo, ... are no longer inside the movie directory with recent version of XMBC and a centralized mysql library, (but in XBMC cache)
only solution, is to ask XBMC in the settings to make a export of the library in separate files,
then in every movie repertory, XBMC will copy different files (such as the nfo, tbn, ...) inside the movie directory

Don't know if it will help you, but you can add a masterprofile path in your advanced settings so all fanart/posters etc go to a centeralised location. In my case my QNAP NAS. As like yourself I have a centeralised MySQL DB for multiple XBMC clients, and it would drive me nuts if all the fanart for each of them was different.

Below is example of code you need to place at the bottom of your advancedsettings.xml

<pathsubstitution>
<substitute>
<from>special://masterprofile/Thumbnails/</from>
<to>smb://192.168.0.3/Multimedia/Thumbnails/</to>
</substitute>
</pathsubstitution>
Image
Reply
(2014-04-28, 01:41)Kwart1001 Wrote: All went well after playing some more bd.iso's. You made a very nice program Nod
Thanks for everything.
One minor problem is back. The covers (the ones who are changing each few seconds) at the top of the tvshow tab isn't showing the last played covers anymore.
The debug is giving the right info that the last played tv episodes are scanned by the movielib addon.

If I click on the last played tab under the empty black cover, all episodes beneath are listed correctly, so they went in.

Last played movies are everywhere oké.
Reply
BTW. I haven't yet installed the watchdog addon. Would installing this addon give any problems for my movielib setup? My complete working setup is now:
-Multiple instances of xbmc.
-Mysql and xbmc on my main server with an advancedsettings.xml. Also an advancedsettings.xml on each of the other xbmc instances. All is nicely in sync.
-Movielib on my main server.
Reply
Hello

I did a fresh install of the plugin and your script. Now i'm not able to sync. I always get the mysql error ERROR: MySQL - Incorrect integer value: '' for column 'hide' at row 1

The insert statement from the log shows INSERT INTO `movies` (`id`,`title`,`plot`,`rating`,`year`,`trailer`,`runtime`,`genre`,`director`,`originaltitle`,`country`,`cast`,`sets`,`v_codec`,`v_aspect`,`v_width`,`v_height`,`v_duration`,`a_codec`,`a_chan`,`play_count`,`last_played`,`date_added`,`hide`) VALUES ("134","Der Frühstücksclub","Fünf Schüler müssen wegen verschiedener Delikte am Wochenende nachsitzen. Keiner weiß vom anderen was er verbrochen hat, sie haben nichts gemeinsam und treffen das erste Mal zusammen: John, der Rebell (Judd Nelson); Claire, die Schöne (Molly Ringwald); Andy, der Athlet (Emilio Estevez); Allison, die Ausgeflippte (Ally Sheedy) und der Streber Brian (Anthony Michael Hall). Doch aus gegenseitiger Ablehnung wächst eine ungeahnte Gemeinschaft, die sie gegen alle Regeln verstoßen lässt. Es wird ein Tag, den sie nie vergessen werden...","8.3","1985","","97","Comedy / Drama","John Hughes","The Breakfast Club","United States of America","Judd Nelson / Molly Ringwald / Emilio Estevez / Anthony Michael Hall / Paul Gleason / Ally Sheedy","","h264","1.84615004063","1920","1040","97","dca","2","0","","2011-05-28 18:00:22","")

The field hide is void in your insert statement. I assume i need to be filled.

I redefined the field hide to a varchar(1) and null and the sync is now working. Please can you check why i get this error?

I addition i found the error ERROR: XFILE::CFile:Big Grinelete - Error deleting file C:/Program Files (x86)/XBMC13/portable_data/userdata/addon_data/script.movielib/temp_f after every query.

Found another error ERROR: MySQL - Data too long for column 'cast' at row 1

Any hints?
Reply
After syncing i checked the database and found 20 movies are not in the movielib database. I looked in the log and found still some mysql errors.
The field v_aspect,a_codec could not be filled because of a data mismatch.

I redefined the fields to varchar and null and now i have all my movies in the database. I lost some information because the field is now void but i have the main information.

I have no clue why i have such sync errors. Maybe my database is crap :-)

If you need more information please feel free to ask.
Reply
(2014-05-02, 15:04)Kwart1001 Wrote:
(2014-04-28, 01:41)Kwart1001 Wrote: All went well after playing some more bd.iso's. You made a very nice program Nod
Thanks for everything.
One minor problem is back. The covers (the ones who are changing each few seconds) at the top of the tvshow tab isn't showing the last played covers anymore.
The debug is giving the right info that the last played tv episodes are scanned by the movielib addon.

If I click on the last played tab under the empty black cover, all episodes beneath are listed correctly, so they went in.

Last played movies are everywhere oké.

You have right. "Last played" on top panel shows cover tvshow if it have "watched status". It is a bug becouse TVshow gets "wached status" when all episodes is watched.

(2014-05-02, 15:15)Kwart1001 Wrote: BTW. I haven't yet installed the watchdog addon. Would installing this addon give any problems for my movielib setup? My complete working setup is now:
-Multiple instances of xbmc.
-Mysql and xbmc on my main server with an advancedsettings.xml. Also an advancedsettings.xml on each of the other xbmc instances. All is nicely in sync.
-Movielib on my main server.

It should work without a problem.

(2014-05-03, 23:13)_Andy_ Wrote: Hello

I did a fresh install of the plugin and your script. Now i'm not able to sync. I always get the mysql error ERROR: MySQL - Incorrect integer value: '' for column 'hide' at row 1

The insert statement from the log shows INSERT INTO `movies` (`id`,`title`,`plot`,`rating`,`year`,`trailer`,`runtime`,`genre`,`director`,`originaltitle`,`country`,`cast`,`sets`,`v_codec`,`v_aspect`,`v_width`,`v_height`,`v_duration`,`a_codec`,`a_chan`,`play_count`,`last_played`,`date_added`,`hide`) VALUES ("134","Der Frühstücksclub","Fünf Schüler müssen wegen verschiedener Delikte am Wochenende nachsitzen. Keiner weiß vom anderen was er verbrochen hat, sie haben nichts gemeinsam und treffen das erste Mal zusammen: John, der Rebell (Judd Nelson); Claire, die Schöne (Molly Ringwald); Andy, der Athlet (Emilio Estevez); Allison, die Ausgeflippte (Ally Sheedy) und der Streber Brian (Anthony Michael Hall). Doch aus gegenseitiger Ablehnung wächst eine ungeahnte Gemeinschaft, die sie gegen alle Regeln verstoßen lässt. Es wird ein Tag, den sie nie vergessen werden...","8.3","1985","","97","Comedy / Drama","John Hughes","The Breakfast Club","United States of America","Judd Nelson / Molly Ringwald / Emilio Estevez / Anthony Michael Hall / Paul Gleason / Ally Sheedy","","h264","1.84615004063","1920","1040","97","dca","2","0","","2011-05-28 18:00:22","")

The field hide is void in your insert statement. I assume i need to be filled.

I redefined the field hide to a varchar(1) and null and the sync is now working. Please can you check why i get this error?

I addition i found the error ERROR: XFILE::CFile:Big Grinelete - Error deleting file C:/Program Files (x86)/XBMC13/portable_data/userdata/addon_data/script.movielib/temp_f after every query.

Found another error ERROR: MySQL - Data too long for column 'cast' at row 1

Any hints?

Thanks for bug report. The field "hide" must have default value 0. It is bug. I fix it on next version.
Fanarts are created correctly?

(2014-05-04, 01:52)_Andy_ Wrote: After syncing i checked the database and found 20 movies are not in the movielib database. I looked in the log and found still some mysql errors.
The field v_aspect,a_codec could not be filled because of a data mismatch.

I redefined the fields to varchar and null and now i have all my movies in the database. I lost some information because the field is now void but i have the main information.

I have no clue why i have such sync errors. Maybe my database is crap :-)

If you need more information please feel free to ask.

Fix it on new version.
Reply
hi,
great addon for XBMC
how to upgrade the script ? Can't find the info (either on the admin or not) about the version curently installed of it on my server...
Many thanks !
Reply
  • 1
  • 15
  • 16
  • 17(current)
  • 18
  • 19
  • 45

Logout Mark Read Team Forum Stats Members Help
MovieLib - Your movie database on web8