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


RE: [RELEASE] Library Editor script - Gade - 2013-03-14

Very very nice.

Thanks a lot!


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

(2013-03-13, 17:53)`Black Wrote: Bug: If I edit the title and select "cancel" on the keyboard, the info is cleared rather than left unchanged.

thx. fixed.


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

i also added an option to directly change the value without going through the list. allows different ways of skin integration.
example call:
<onclick>RunScript(script.libraryeditor,DBID=$INFO[ListItem.DBID]&amp;tag=set&amp;type=Movie)</onclick>

i will write down some documentation which labels are available when i find some time. till then you´ll have to look at the python code, line 40-140


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

Bug: If you edit something by deleting all the info (like some trash text in songs comments) the action is not saved until there is at least on character.

Also i have some weird behavior in the visible condition animation when dialog select is called from context menu. Any one else experience the same or i am doing something wrong in my code. When i call the script form the video info dialog the animation behaves fine.

Cheers
Nessus


RE: [RELEASE] Library Editor script - N3MIS15 - 2013-03-18

In Frodo album, artist and song can be changed via json, but get reset back to their old value after a library update.
http://forum.xbmc.org/showthread.php?tid=68263&pid=1267736#pid1267736

Not sure if this behaviour has changed in the nightlies.


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

(2013-03-18, 02:04)nessus Wrote: Bug: If you edit something by deleting all the info (like some trash text in songs comments) the action is not saved until there is at least on character.

Also i have some weird behavior in the visible condition animation when dialog select is called from context menu. Any one else experience the same or i am doing something wrong in my code. When i call the script form the video info dialog the animation behaves fine.

Cheers
Nessus

should be fixed now. thx.

(2013-03-18, 08:22)N3MIS15 Wrote: In Frodo album, artist and song can be changed via json, but get reset back to their old value after a library update.
http://forum.xbmc.org/showthread.php?tid=68263&pid=1267736#pid1267736

Not sure if this behaviour has changed in the nightlies.

I´ll remove those options probaby then.


RE: [RELEASE] Library Editor script - zeppy - 2013-04-11

Hi!
Wonderful script! I was wondering, though, would it be possible to include editing capabilities also for file info, like audio language or video codec for example?

Thanks! =)


RE: [RELEASE] Library Editor script - BigNoid - 2013-04-11

(2013-04-11, 17:00)zeppy Wrote: Hi!
Wonderful script! I was wondering, though, would it be possible to include editing capabilities also for file info, like audio language or video codec for example?

Thanks! =)

afaik this will be overwritten as soon as the file is opened by XBMC.


RE: [RELEASE] Library Editor script - zeppy - 2013-04-12

That was my worry, indeed. Out of curiosity, what happens if this information is written in the nfo file? Is it considered at all? Overwritten?


RE: [RELEASE] Library Editor script - phil65 - 2013-04-12

JSON api doesn´t allow changing streamdetails. no idea about nfo files.


RE: [RELEASE] Library Editor script - phil65 - 2013-04-14

[EDIT]: Oops, wrong thread.


RE: [RELEASE] Library Editor script - Skank - 2013-04-29

Can you edit genres with this?


RE: [RELEASE] Library Editor script - phil65 - 2013-04-29

yes.


RE: [RELEASE] Library Editor script - tungmeister - 2013-06-22

Could Sort title please be added to the list of editable items for movies?


RE: [RELEASE] Library Editor script - MeMeMe - 2013-07-11

Does this script support the MySQL version of the library, for those using a centralised server?