Kodi Community Forum
[RELEASE] Library Editor script - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+---- Forum: Skin helper addons (https://forum.kodi.tv/forumdisplay.php?fid=300)
+---- Thread: [RELEASE] Library Editor script (/showthread.php?tid=158775)

Pages: 1 2 3 4


[RELEASE] Library Editor script - phil65 - 2013-03-09

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.


RE: [RELEASE] Library Editor script - Hitcher - 2013-03-09

Nice, going to submit it to the official repo?


RE: [RELEASE] Library Editor script - phil65 - 2013-03-09

yes will do that.


RE: [RELEASE] Library Editor script - Sranshaft - 2013-03-10

Cool stuff Phil.


RE: [RELEASE] Library Editor script - nessus - 2013-03-10

Very nice Phil. Defiantly will include this to my skin.

Cheers
Nessus


RE: [RELEASE] Library Editor script - phil65 - 2013-03-10

thx.

script should now work for movies, episodes, tv shows and musicvideos.
support for music section will also come.


RE: [RELEASE] Library Editor script - fmronan - 2013-03-11

nice stuffNod
thanks


RE: [RELEASE] Library Editor script - huviolan - 2013-03-11

(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!


RE: [RELEASE] Library Editor script - phil65 - 2013-03-11

(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.


RE: [RELEASE] Library Editor script - phil65 - 2013-03-11

...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.


RE: [RELEASE] Library Editor script - crni - 2013-03-11

(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 ?


RE: [RELEASE] Library Editor script - phil65 - 2013-03-11

it is.
https://github.com/phil65/script.libraryeditor/commits/master
some few options are not workin yet though. will be fixed.


RE: [RELEASE] Library Editor script - `Black - 2013-03-13

Bug: If I edit the title and select "cancel" on the keyboard, the info is cleared rather than left unchanged.


RE: [RELEASE] Library Editor script - User 34959 - 2013-03-13

Thanks for the script, very nice.


RE: [RELEASE] Library Editor script - liquidskin76 - 2013-03-13

Cheers Phil, great little script!