2013-05-05, 04:15
Hi,
i created a new addon for the new tagging system in frodo for movies, tvshows and music videos.
for me, the actual dialog are not sufficient, so i add these in this addon
my personal workflow to tag movies is, to tag these directly from the directory or during playing.
with the hotkey you can adhoc select one or more tags for your movie while playing or selected in a list
Movie Tagging
with the overview you see how much movies, tvshow or musicvideos are assigned to a tag an add or remove quickly an item to the tag
Tag Overview
Overview Selection Menu
The addon supports multiple profiles and the advancedsettings.xml
the developement is made with xbmc frodo 12.1 from 17.3.2013 on a windows machine
i want to ask you to please test this addon and to report bugs or suggest anything else.
installation:
- donwload the plugin from https://www.dropbox.com/s/vtm2dawvwmmqdg..._0.0.8.zip
- import the zip-file into xbmc
- assign a key to the following command: RunScript(script.tagoverview).Add to keyboard.xml file in the userdata/keymaps directory of xbmc :<F8>RunScript(script.tagoverview)</F8>
-for mysql-acces you have to configure the connection data in the addon-settings separately
- ready
now you can go to any movie-directory in xbmc, select a movie and press f8 (or the key you defined) for direct tagging or
without selecting a movie (in the main menu for example) press f8 for the tagging overview with some more functions.
i tested the addon with following skins:
confluence
confluence-MOD
Aeon Nox
Cirrus Extended v3
diffuse
Hybrid
PM3.HD
and tested with following combinations
XBMC12.1/XBMC12.2, Windows 7, without profile, sqlite (xbmc-standard)
XBMC12.1/XBMC12.2, Windows 7, without profile, mysql
XBMC12.1/XBMC12.2, Windows 7, with profile, sqlite (xbmc-standard)
XBMC12.1/XBMC12.2, Windows 7, with profile, mysql
XBMC12.2, Linux/openelec, witout profile, sqlite (xbmc-standard)
if you have tested the addon, i would be hapyy if you leave a comment in this forum with following:
tested xbmc-version, operating system, skin, used with/without profiles, used database
if you have errors, please upload the xbmc.log file (maybe you can use pastebin.com)
thanks
2013/05/05:Version 0.0.1: First release for testing. musicvideo and tvshows are not taggable
2013/05/08:Version 0.0.2: now completed with tagging for tvshows and musicvideos
2013/05/09:Version 0.0.3: Correct some bugs.
2013/05/19:Version 0.0.4: Removed some Debug code
2013/05/20:Version 0.0.5: change defaultcontrol behaviour to improve navigation
2013/05/21:Version 0.0.6: added mysql-support. added settings to configure mysql-access. major changes in CVideoDatabase and CDatabase. Found a special char encoding bug, maybe some more there
2013/05/26:Version 0.0.7: added profile support, removed settings-dialog, because all sqlite/mysql-connect parameters are taken from advancedsettings.xml. tag regeneration: if you remove the last movie from a tag, xbmc deletes the tag automaticly. the addon regenerates the tag automaticly
2013/06/05:Version 0.0.8: Some bugfixes and changes to support unicode
ToDo:
More Bugfixing if someone find a bug
Unittests
i created a new addon for the new tagging system in frodo for movies, tvshows and music videos.
for me, the actual dialog are not sufficient, so i add these in this addon
my personal workflow to tag movies is, to tag these directly from the directory or during playing.
with the hotkey you can adhoc select one or more tags for your movie while playing or selected in a list
Movie Tagging
with the overview you see how much movies, tvshow or musicvideos are assigned to a tag an add or remove quickly an item to the tag
Tag Overview
Overview Selection Menu
The addon supports multiple profiles and the advancedsettings.xml
the developement is made with xbmc frodo 12.1 from 17.3.2013 on a windows machine
i want to ask you to please test this addon and to report bugs or suggest anything else.
installation:
- donwload the plugin from https://www.dropbox.com/s/vtm2dawvwmmqdg..._0.0.8.zip
- import the zip-file into xbmc
- assign a key to the following command: RunScript(script.tagoverview).Add to keyboard.xml file in the userdata/keymaps directory of xbmc :<F8>RunScript(script.tagoverview)</F8>
-for mysql-acces you have to configure the connection data in the addon-settings separately
- ready
now you can go to any movie-directory in xbmc, select a movie and press f8 (or the key you defined) for direct tagging or
without selecting a movie (in the main menu for example) press f8 for the tagging overview with some more functions.
i tested the addon with following skins:
confluence
confluence-MOD
Aeon Nox
Cirrus Extended v3
diffuse
Hybrid
PM3.HD
and tested with following combinations
XBMC12.1/XBMC12.2, Windows 7, without profile, sqlite (xbmc-standard)
XBMC12.1/XBMC12.2, Windows 7, without profile, mysql
XBMC12.1/XBMC12.2, Windows 7, with profile, sqlite (xbmc-standard)
XBMC12.1/XBMC12.2, Windows 7, with profile, mysql
XBMC12.2, Linux/openelec, witout profile, sqlite (xbmc-standard)
if you have tested the addon, i would be hapyy if you leave a comment in this forum with following:
tested xbmc-version, operating system, skin, used with/without profiles, used database
if you have errors, please upload the xbmc.log file (maybe you can use pastebin.com)
thanks
2013/05/05:Version 0.0.1: First release for testing. musicvideo and tvshows are not taggable
2013/05/08:Version 0.0.2: now completed with tagging for tvshows and musicvideos
2013/05/09:Version 0.0.3: Correct some bugs.
2013/05/19:Version 0.0.4: Removed some Debug code
2013/05/20:Version 0.0.5: change defaultcontrol behaviour to improve navigation
2013/05/21:Version 0.0.6: added mysql-support. added settings to configure mysql-access. major changes in CVideoDatabase and CDatabase. Found a special char encoding bug, maybe some more there
2013/05/26:Version 0.0.7: added profile support, removed settings-dialog, because all sqlite/mysql-connect parameters are taken from advancedsettings.xml. tag regeneration: if you remove the last movie from a tag, xbmc deletes the tag automaticly. the addon regenerates the tag automaticly
2013/06/05:Version 0.0.8: Some bugfixes and changes to support unicode
ToDo:
More Bugfixing if someone find a bug
Unittests