Posts: 584
Joined: May 2013
Reputation:
24
thank you for the reply and the great info.
i am using it to make a watch list of films we want to be next on our viewing list.
also a list of wife only films sounds like a great idea
thanks again
Posts: 78
Joined: Aug 2016
Reputation:
16
zosky, thanks so much for this add-on. I have been using Tag Overview but have had problems with it since upgrading to Krypton, and your add-on fills the gap.
Do you think you might be able to alphabetize the tags for a future release? They seem to be listed in the order they were created, and if you have a lot of tags, they are hard to find. It's also a way to prioritize the tags (e.g. i have a tag "AAA Watch Soon" which for Tag Overview showed up at the top so i could easily select it while browsing my library).
Regardless of whether or not you do any further updates, thanks so much for what you've done!
Posts: 10
Joined: Oct 2017
Reputation:
3
2018-04-27, 14:50
(This post was last modified: 2018-04-27, 15:59 by thlucas.)
great work on the addon - this is (almost) exactly what I was looking for to tag "Kids" movies.
Would it be possible to add the "Tags" context menu to the "Recently Added" (or even the "UnWatched") context menu?
I find that when I add movies in bulk, it would be easier to tag them from the "Recently Added" menu versus going into the full list of movies. Like you, I have about 1,600 movies in my collection.
EDIT: another approach might be to add the "Manage" option to the "Recently Added" (or even the "UnWatched") context menu. Not sure how hard that would be though.
Note that I am currently running Kodi 17.4.
Thoughts?
Posts: 10
Joined: Oct 2017
Reputation:
3
Sorting can be accomplished by adding the following code to the "addon.py" module, just BEFORE the "# MASSAGE TAG LIST INTO MULTI-SELECT FORMAT" comment:
# SORT TAGS ALPHABETICALLY
allTAGS.sort()
Note that spelling is CaSe-SeNsItIvE, so type it exactly as it's spelled.
The "addon.py" module is located in the "C:\Users\YOURUSERID\AppData\Roaming\Kodi\addons\context.tags" folder, where "YOURUSERID" is your Windows logon id.
I'm not sure where it's located for other platforms, as I'm a Windows guy.
I also updated the code for the author (Zosky) in a personal repository on GitHub, which he has to approve and merge into his code base. Hopefully he can merge the changes, create a new zip file, and publish to the Kodi repository so it automatically gets updated from the Kodi UI.
Hope it helps!
Posts: 10
Joined: Oct 2017
Reputation:
3
Not sure if you're still following this thread or not ...
Sorting can be accomplished by adding the following code to the "addon.py" module, just BEFORE the "# MASSAGE TAG LIST INTO MULTI-SELECT FORMAT" comment:
# SORT TAGS ALPHABETICALLY
allTAGS.sort()
Note that spelling is CaSe-SeNsItIvE, so type it exactly as it's spelled.
The "addon.py" module is located in the "C:\Users\YOURUSERID\AppData\Roaming\Kodi\addons\context.tags" folder, where "YOURUSERID" is your Windows logon id.
I'm not sure where it's located for other platforms, as I'm a Windows guy.
I also updated the code for the author (Zosky) in a personal repository on GitHub, which he has to approve and merge into his code base. Hopefully he can merge the changes, create a new zip file, and publish to the Kodi repository so it automatically gets updated from the Kodi UI. I have not heard back from him yet on this, so not sure if he is still active in the Kodi community or not. If not, I have an updated AddOn install .ZIP file I can send you with the changes, if you would rather update it via the Kodi UI instead of modifying the Python code manually. Just private message me and I'll send it your way.
Hope it helps!
Posts: 10
Joined: Oct 2017
Reputation:
3
I'm still running Kodi 17.4, and received the same error that you did.
I got around it by adding a new tag via the "Tags" dialog and assigning 1 TV series to it. I was then able to use the "Manage.Tags" dialogs after that.
It appears the ManageTags context menu does not properly handle the condition where no tags are initially defined. Once you define a tag, it appears to work correctly. I'll see if I can put some logic in there to account for the condition, and at least warn the user to create and assign 1 new tag name.
I just want to make you aware that this is not my plugin. I have tried contacting the author prior to this, but they have yet to respond. I just started tinkering with the plugin since I use it quite alot, and I have some programming background.
I'll keep you posted as to progress on this thread.
Hope it helps!
Thanks - Todd
Posts: 10
Joined: Oct 2017
Reputation:
3
I just created a 0.0.7 version that contains the warning dialog if no tags are defined. I have a repository update zip file ready if you want it - just PM me and I'll send it your way.
Thanks - Todd
Posts: 38
Joined: Nov 2012
Reputation:
1
I ended up adding the tag I wanted through the web interface. That worked quite well. I am using the Aeon MQ8 skin and I cannot find the tags dialog you speak of. I might have to temporarily switch back to estuary and look for it.
But you are right. Since I added tags through the web interface, if I again attempt to add a tag using ManageTags, it works fine. Thanks for that info.
Cheers
Posts: 78
Joined: Aug 2016
Reputation:
16
Hi thlucas,
You said we could PM you if we want an update of this add-in, but you have Private Messaging disabled. I saw your offer to send an update of the tags add-on and would love to get a copy if possible. Does it address both the "warning dialog if no tags are defined" and the tag sorting?
Thanks,
fnord12