Solved Sort music by mood/Extend SmartPlaylist's ability to read out tagged mood
#1
Music 
Hi Kodi Forum,

after a good while of reading, I had to open up an account and join the community.

I've searched a lot the last days about this topic and didn't find anything(?)

As I am managing my music on my desktop PC via MediaMonkey, I have some tiles tagged with moods like "Good Mood", "Calm/Soothing" etc.

Is there any given possibility that I can sort in Kodi's library mode these variables?


Greetings

quintz
Reply
#2
One solution is to create Smart Playlists for each of those tags

http://kodi.wiki/view/Smart_playlists

Otherwise that might probably be something for an addon

http://forum.kodi.tv/forumdisplay.php?fid=27

Maybe not for a integrated core function in Kodi by default?
Reply
#3
I use the comments field, which is scraped by Kodi, as a work around to be able filter on fields not currently scraped by Kodi.

While it would be great to get support for fields like mood and tempo, I've already created a related feature request, http://forum.kodi.tv/showthread.php?tid=210237, for something more powerful; support for scraping metadata from the new AcousticBrainz webservice which supplies all sorts of related metadata, such as mood, tempo, gender, genres, scales and keys.

This could greatly improve what kind of smart playlists you could create in Kodi: Want to listen to some metal, with a female vocalist, an agressive mood and a fast beat? No problem.
Reply
#4
Thank you Hedda and Sialivi for your answers!

I looked through the wiki entrance for smartlists and I saw that the field for moods for songs isn't available for smart playlists Sad
I just have single songs tagged with moods so this won't work for me : /

Maybe I have to use the work-around with the comment field at last...
The AcousticBrainz thing sounds awesome though!
Reply
#5
(2014-12-17, 10:58)quintz Wrote: I looked through the wiki entrance for smartlists and I saw that the field for moods for songs isn't available for smart playlists Sad
Maybge change your original feature suggestion topic and and description to just a request of extending the tags available for a smart playlist to include "mood" instead then?

Perhaps add a copy of that to also extend JSON-RPC API for this here since that is indirectly related http://forum.kodi.tv/forumdisplay.php?fid=174
Reply
#6
Funny you should mention this.

I just implimented "Mood" support on TADB.

Since only one mood is supported you can use the TADB album scraper to import all your albums and it shows very clearly the mood of the artist and album.

Now all we need is node support for this.

Example:
http://www.theaudiodb.com/artist/111239
Reply
#7
(2014-12-16, 14:04)quintz Wrote: Hi Kodi Forum,

after a good while of reading, I had to open up an account and join the community.

I've searched a lot the last days about this topic and didn't find anything(?)

As I am managing my music on my desktop PC via MediaMonkey, I have some tiles tagged with moods like "Good Mood", "Calm/Soothing" etc.

Is there any given possibility that I can sort in Kodi's library mode these variables?


Greetings

quintz

Have you tried the last.fm playlist generator? It queries last.fm for similar songs and dynamically builds a playlist from that.

http://forum.kodi.tv/showthread.php?tid=83915

It doesn't use any mood tags but I guess it's a fair assumption, that last.fm assigns "good mood" songs to more "good mood" songs.
Reply
#8
The new music node feature should now fix this Smile

http://forum.kodi.tv/showthread.php?tid=222148
Reply
#9
(2015-03-26, 13:36)zag Wrote: The new music node feature should now fix this Smile

http://forum.kodi.tv/showthread.php?tid=222148

No, it doesn't. Music nodes, like smart playlists, simply doesn't have access to this data since it's never read from the tags and added to the library. You currently have to rely on workarounds, like for example adding the mood to either the comments field or the filename.
Reply
#10
Right. AFAIK mood and styles are scraped values and are not read from tags yet.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#11
(2015-03-27, 08:45)mkortstiege Wrote: Right. AFAIK mood and styles are scraped values and are not read from tags yet.

Sad to hear this...
Is there a reason behind this? (To hard to implement or technical dificulites?)
Reply
#12
Is there a field for that kind of information or does it have to be in custom/hijacked field within the tag?
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#13
Looks like ID3v2 supports this, will try to add. Btw, moods is already supported in smartplaylists as it seems.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#14
(2015-03-30, 17:17)mkortstiege Wrote: Looks like ID3v2 supports this, will try to add. Btw, moods is already supported in smartplaylists as it seems.

I've seen through one of my mp3's which is tagged with the mood "Gute Laune" (Good mood) via mp3tag.

Image

As you can see in the picture, the mood is tagged here (in my case?)

EDIT:

I just checked the functions of the smart playslist. I opened a new one and looked through the variables. There was no mood.
I tried to change it in the .xml but it didn't work either Sad
Reply
#15
(2015-03-30, 23:04)quintz Wrote:
(2015-03-30, 17:17)mkortstiege Wrote: Looks like ID3v2 supports this, will try to add. Btw, moods is already supported in smartplaylists as it seems.

I've seen through one of my mp3's which is tagged with the mood "Gute Laune" (Good mood) via mp3tag.

Image

As you can see in the picture, the mood is tagged here (in my case?)

Unfortunately that's just some custom comment created by another software. I have added mood for songs in https://github.com/mkortstiege/xbmc/tree/song-mood (quick hack job - not much tested). Once correctly tagged (id3v2.4 field is TMOO), it will be read from tag and will be usable within smartplaylists. Would be cool to get some testers on it. Volunteers? Wink

(2015-03-30, 23:04)quintz Wrote: I just checked the functions of the smart playslist. I opened a new one and looked through the variables. There was no mood.
I tried to change it in the .xml but it didn't work either Sad

The moods filter is currently only available to artists and albums. I guess you had type songs checked?
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply

Logout Mark Read Team Forum Stats Members Help
Sort music by mood/Extend SmartPlaylist's ability to read out tagged mood0