Kodi Community Forum

Full Version: [RELEASE] Library Editor script
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
i wrote a small script which uses JSON to manipulate the database info.
pretty much every database info can be edited.
only for movies atm, will probably extend it to episodes / etc

https://github.com/phil65/script.libraryeditor

Usage:

RunScript(script.libraryeditor,DBID=$INFO[ListItem.DBID])

that will open a popup where you can choose what to edit.

You´ll have to use " / " to seperate genres etc.

can be integrated into dialogvideoinfo and / or context menu.

cheers.
Nice, going to submit it to the official repo?
yes will do that.
Cool stuff Phil.
Very nice Phil. Defiantly will include this to my skin.

Cheers
Nessus
thx.

script should now work for movies, episodes, tv shows and musicvideos.
support for music section will also come.
nice stuffNod
thanks
(2013-03-09, 20:52)phil65 Wrote: [ -> ]i wrote a small script which uses JSON to manipulate the database info.
pretty much every database info can be edited.
only for movies atm, will probably extend it to episodes / etc

https://github.com/phil65/script.libraryeditor

Usage:

RunScript(script.libraryeditor,DBID=$INFO[ListItem.DBID])

that will open a popup where you can choose what to edit.

You´ll have to use " / " to seperate genres etc.

can be integrated into dialogvideoinfo and / or context menu.

cheers.

Hi Phil65
Thanks for the scripts! It is what I was looking for!!
But what it´s not so clear for me is the way of integrating it to the Aeon Nox skin (the one I am using, in the version 4.0.9)
Could you please give some more detailed idea about what you mean when you say "can be integrated into dialogvideoinfo and / or context menu" ??. How should I do that??
Sorry for my really basic question ( I suppose) but I am really new to the XBMC world, and I'll really apreciate your help on this, so I could use your script on it.
I´ll wait for your comments.
Regards and thanks in advance!
(2013-03-11, 17:49)huviolan Wrote: [ -> ]
(2013-03-09, 20:52)phil65 Wrote: [ -> ]i wrote a small script which uses JSON to manipulate the database info.
pretty much every database info can be edited.
only for movies atm, will probably extend it to episodes / etc

https://github.com/phil65/script.libraryeditor

Usage:

RunScript(script.libraryeditor,DBID=$INFO[ListItem.DBID])

that will open a popup where you can choose what to edit.

You´ll have to use " / " to seperate genres etc.

can be integrated into dialogvideoinfo and / or context menu.

cheers.

Hi Phil65
Thanks for the scripts! It is what I was looking for!!
But what it´s not so clear for me is the way of integrating it to the Aeon Nox skin (the one I am using, in the version 4.0.9)
Could you please give some more detailed idea about what you mean when you say "can be integrated into dialogvideoinfo and / or context menu" ??. How should I do that??
Sorry for my really basic question ( I suppose) but I am really new to the XBMC world, and I'll really apreciate your help on this, so I could use your script on it.
I´ll wait for your comments.
Regards and thanks in advance!

wait for the next version. it will be included then.
...artists, albums and songs should work now too for most parts.
some feedback would be nice, esp. when using the script in dialogvideoinfo.
here on my end xbmc does not always like it when the library gets changed while dialogvideoinfo is open.
(2013-03-11, 20:55)phil65 Wrote: [ -> ]...artists, albums and songs should work now too for most parts.
some feedback would be nice, esp. when using the script in dialogvideoinfo.
here on my end xbmc does not always like it when the library gets changed while dialogvideoinfo is open.

It's not on the git yet ?
it is.
https://github.com/phil65/script.library...its/master
some few options are not workin yet though. will be fixed.
Bug: If I edit the title and select "cancel" on the keyboard, the info is cleared rather than left unchanged.
Thanks for the script, very nice.
Cheers Phil, great little script!
Pages: 1 2 3 4