Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Playlist-Tools-SMP (Read 45509 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: Playlist-Tools-SMP

Reply #350
Have an error with the new scripts.
I start fresh and when I start to customize the tag mapping for mood to ["MOOD","MOOD ALLMUSIC","THEME","THEME ALLMUSIC"] I get this

Code: [Select]
rror: Spider Monkey Panel v1.6.1-mod ({341046C8-56E8-4AC9-8E11-E25A8789D068}: Playlist Tools: Buttons Bar v3.0.1 by XXX)
tag is not defined

File: playlist_tools_menu_search_by_distance.js
Line: 205, Column: 17
Stack trace:
  func@playlist_tools_menu_search_by_distance.js:205:17
  _menu/this.btn_up/<@menu_xxx.js:408:15
  _menu/this.btn_up@menu_xxx.js:398:24
  ["Playlist Tools"]<@buttons_playlist_tools.js:57:9
  themedButton/this.onClick@buttons_xxx.js:432:21
  @buttons_xxx.js:754:21
  fireEvents/</<@callbacks_xxx.js:149:37
  fireEvents/<@callbacks_xxx.js:145:30

and the panel crash.

After a reload the panel didn't crash and the modification show up in the menu but not in the last.fm button.

Also the last.fm button doesn't seem to see the data of bio panel.

The listenbrainz one show it without problem.

I make sure to have the notify tags set to true in bio..

For example.

The files didn't have any last.fm, allmusic or wikipedia info in tags.

The listenbrainz menu





but the last.fm one





No similar artist, mood, etc.

In tag mapping global I have this



Adding tags to file like



Only show mood and theme and not the other added in the setting



This is also true to listenbrainz one.







Re: Playlist-Tools-SMP

Reply #351
Quote
After a reload the panel didn't crash and the modification show up in the menu but not in the last.fm button.
Why should it show there too? Every button has its own config.

Quote
and the panel crash.
Fixed.

Quote
Also the last.fm button doesn't seem to see the data of bio panel.
Works fine here. Have you enabled bio tags on the button?
X X

Quote
In tag mapping global I have this
There is no such thing as global tag mapping. Every button and tool uses its own config. You are totally mixing things here.

Since there is no menu to edit tags on ListenBrainz or Last.fm Tools, that clearly means tags are not configurable for those 2 tools. It just reads these tags:
   
Quote
      {name: 'Artist top tracks', tf: ['ARTIST', 'ALBUM ARTIST']},
      {name: 'Artist shuffle', tf: ['ARTIST', 'ALBUM ARTIST']},
      {name: 'Similar artists to', tf: ['ARTIST', 'ALBUM ARTIST']},
      {name: 'Similar artists', tf: ['SIMILAR ARTISTS SEARCHBYDISTANCE', 'LASTFM_SIMILAR_ARTIST', 'SIMILAR ARTISTS LAST.FM']},
      {name: 'Album tracks', tf: ['ALBUM']},
      {name: 'Genre & Style(s)', tf: ['GENRE', 'STYLE', 'ARTIST GENRE LAST.FM', 'ARTIST GENRE ALLMUSIC', 'ALBUM GENRE LAST.FM', 'ALBUM GENRE ALLMUSIC', 'ALBUM GENRE WIKIPEDIA', 'ARTIST GENRE WIKIPEDIA']},
      {name: 'Folksonomy & Date(s)', tf: ['FOLKSONOMY', 'OCCASION', 'ALBUMOCCASION', 'LOCALE', 'LOCALE LAST.FM', 'DATE', 'LOCALE WORLD MAP']},
      {name: 'Mood & Theme(s)', tf: ['MOOD','THEME', 'ALBUMMOOD', 'ALBUM THEME ALLMUSIC', 'ALBUM MOOD ALLMUSIC']},

Will not change it to remap tags here since those are the standard tag names provided by all the tools (BIO and others).

Re: Playlist-Tools-SMP

Reply #352
Why should it show there too? Every button has its own config.
Fixed
Ok, get it. But the playlists tools search by distance tag remapping option affects others buttons that use this feature, like the predefined ones or a new custom, right?

Quote
Works fine here. Have you enabled bio tags on the button?
Nope, I didn't even know this menu existed  :P . Now it works

Quote
There is no such thing as global tag mapping. Every button and tool uses its own config. You are totally mixing things here.

Since there is no menu to edit tags on ListenBrainz or Last.fm Tools, that clearly means tags are not configurable for those 2 tools. It just reads these tags:
      {name: 'Artist top tracks', tf: ['ARTIST', 'ALBUM ARTIST']},
      {name: 'Artist shuffle', tf: ['ARTIST', 'ALBUM ARTIST']},
      {name: 'Similar artists to', tf: ['ARTIST', 'ALBUM ARTIST']},
      {name: 'Similar artists', tf: ['SIMILAR ARTISTS SEARCHBYDISTANCE', 'LASTFM_SIMILAR_ARTIST', 'SIMILAR ARTISTS LAST.FM']},
      {name: 'Album tracks', tf: ['ALBUM']},
      {name: 'Genre & Style(s)', tf: ['GENRE', 'STYLE', 'ARTIST GENRE LAST.FM', 'ARTIST GENRE ALLMUSIC', 'ALBUM GENRE LAST.FM', 'ALBUM GENRE ALLMUSIC', 'ALBUM GENRE WIKIPEDIA', 'ARTIST GENRE WIKIPEDIA']},
      {name: 'Folksonomy & Date(s)', tf: ['FOLKSONOMY', 'OCCASION', 'ALBUMOCCASION', 'LOCALE', 'LOCALE LAST.FM', 'DATE', 'LOCALE WORLD MAP']},
      {name: 'Mood & Theme(s)', tf: ['MOOD','THEME', 'ALBUMMOOD', 'ALBUM THEME ALLMUSIC', 'ALBUM MOOD ALLMUSIC']}
Will not change it to remap tags here since those are the standard tag names provided by all the tools (BIO and others).

Knowing how to make that bio panel tags show up is not necessary, I only tried to remap when I saw that they didn't be there.

Thanks




Re: Playlist-Tools-SMP

Reply #353
Quote
Ok, get it. But the playlists tools search by distance tag remapping option affects others buttons that use this feature, like the predefined ones or a new custom, right?
No. As said, every button has its own config. So you can set different tags for different buttons/tools.

Quote
Nope, I didn't even know this menu existed  :P . Now it works
Tooltip over buttons shows the available menus. There is a general UI design on all my scripts.

Re: Playlist-Tools-SMP

Reply #354
Quote
Ok, get it. But the playlists tools search by distance tag remapping option affects others buttons that use this feature, like the predefined ones or a new custom, right?
No. As said, every button has its own config. So you can set different tags for different buttons/tools.

Quote
Nope, I didn't even know this menu existed  :P . Now it works
Tooltip over buttons shows the available menus. There is a general UI design on all my scripts.

So If I want tag remapping in a sbd button, I must make a custom one that allow tag remapping. and is only used in this one.

Ok




Re: Playlist-Tools-SMP

Reply #355
Quote
Ok, get it. But the playlists tools search by distance tag remapping option affects others buttons that use this feature, like the predefined ones or a new custom, right?
No. As said, every button has its own config. So you can set different tags for different buttons/tools.

Quote
Nope, I didn't even know this menu existed  :P . Now it works
Tooltip over buttons shows the available menus. There is a general UI design on all my scripts.

So If I want tag remapping in a sbd button, I must make a custom one that allow tag remapping. and is only used in this one.

Ok
Yep. Every button has its own config.

On second thought, I may add tag remapping to ListenBrainz/Last.fm tools at some point. But those are the only 2 tools without tag remapping.

 

Re: Playlist-Tools-SMP

Reply #356
https://github.com/regorxxx/Playlist-Tools-SMP/releases/tag/v3.1.1

Quote
## [3.1.1] - 2023-09-20
### Added
### Changed
### Removed
### Fixed
- Tags: crash when using Search by Distance tag remapping.