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: Search-by-Distance-SMP (Read 25398 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: Search-by-Distance-SMP

Reply #75
And seriously this is the end of the discussion, I don't have time for these things, neither I contribute to a forum to create hostility or have personal discussions. It has gone too far by my side too, sorry for my English as always and I apologize if I don't express myself in a right way sometimes or being "too direct", but I think there are lines that must not be crossed. Will simply ignore your replies from now on, hope you do the same.

Lets go back to the topic, @Koshingg let me know if moving the files solves the problem (works for me in 1.4 and 1.6 in portable installs as far as I have checked). Thanks

Re: Search-by-Distance-SMP

Reply #76
@snotlicker and @regor honestly, as a foobar user , I would like to see you both get along, and cooperating in a nice manner, not like this :)

regor the problem is solved if I create that profile folder and move the scripts there, The problem is once I create that profile folder foobar starts without my theme and without user components , so I have to move also the other folders in that profile folder. This is why I avoided this move

snotlicker was right here : "fb2k v1.6+ can easily not have a profile folder from using an older version and then upgrading it in place. Only clean portable installs of v1.6+ generate a profile folder on first run.''

This is exactly my situation, I upgraded and I have no profile folder, I knew about your requirements for users that have foobar 1.6.+ BUT I didn't wanted to start moving folders and components, to create possible problems
I made a quick test and everything seems ok, if I move folders in the profile folder (obviously some things must be modified but it can be done) I'll make a backup, just in case...
This situation with this profile folder (some have it , some not) it's not ideal, for sure :)
But for me, for now, everything seems ok. I think it's better to just move the folders in that profile folder, to avoid possible problems in the future

Thanks for the help

Re: Search-by-Distance-SMP

Reply #77
Will warn about the folder update misbehavior on the readmes too, so people with >1.6 always install it right no matter if they updated from an old version or not. This is affecting other scripts which rely on relative paths for user configurable files too (like the world map's image).

 

Re: Search-by-Distance-SMP

Reply #78
Just pushed a new update. Please read the new installation instructions. This update is required if you also update any of my other scripts due to the UTF-8 file saving/reading changes. Clone the repository to get the latest changes (Code/Download zip) instead of using the releases page.
Quote
### CHANGED
- All json files are now saved as UTF-8 without BOM. All json files are now read as UTF-8 (forced).
- Link cache is now saved in an human readable structure.
- Updated installation instructions.

Re: Search-by-Distance-SMP

Reply #79
Just pushed a new update. First steps on async processing for these scripts and porting of the additional tools from Playlis Tools. Clone the repository to get the latest changes (Code/Download zip) instead of using the releases page.
Quote
   ### Added
   - Cache: Checks graph links cache size on startup and warns when file size > 40 Mb. This is done to avoid memory leaks, since the file is fully loaded on memory and a corrupted file may increase the map size indefinitely until crashing the panel.
   - Buttons: Customizable button now has all additional menu entries found at Playlist Tools button: debug graph, find genre/styles not on graph, reset cache, etc. i.e. both now should offer the same degree of customization and advanced tools.
   ### Changed
   - Requisites: Script requires at minimum SMP 1.5.2. now.
   - Cache: Graph links cache is now calculated asynchronously whenever it's required (on first initialization or when manually forced to do so, thus improving the startup time the first time the panel it's loaded and not blocking the UI on posterior updates.

Re: Search-by-Distance-SMP

Reply #80
Just pushed a new update. A few bugfixes, great optimization of remove duplicates and improvements at import track list. Clone the repository to get the latest changes (Code/Download zip) instead of using the releases page.

Quote
   ### Added
   - Buttons: buttons' text color can now be customized via menus on the bar menu (R. Click on the bar).
   ### Changed
   - Remove duplicates: optimized the code, now runs at least x2 times faster. Updated all instances where the functions were being used to call the new version.
   - Buttons: toolbar configuration menu now is opened with R. Click (instead of Shift + L. Click on empty space). This is done to allow opening the menu anywhere even when the bar has no empty space left anymore.
   - Buttons: colors are changed without reloading the panel.
   ### Removed
   ### Fixed

Re: Search-by-Distance-SMP

Reply #81
Just pushed a new update. Minor UI change. Clone the repository to get the latest changes (Code/Download zip) instead of using the releases page.

Quote
       ### Changed
   - Buttons: When using a variable name, max graph distance is now displayed as variable along its result when evaluated.
   - Properties: max graph distance is now set at properties as a variable instead of a number. Follows the same rules found at recipes (the variable must be at the descriptors).
   - Properties: added extensive checks to most properties.

Spoiler (click to show/hide)

Re: Search-by-Distance-SMP

Reply #82
Just pushed a new update. Improvements and bugfix. Permanent console log to bypass foobar limitation of 'saving log to file' getting reset on every startup. obviously limited to the script output. Clone the repository to get the latest changes (Code/Download zip) instead of using the releases page.
Quote
   ### Added
   - Helpers: added full script console logging to file at foobar profile folder ('console.log'). File is reset when reaching 5 MB. Logging is also sent to foobar2000's console (along other components logging).
   ### Changed
   - Cache: now gets refreshed not only when the descriptors change ('music_graph_descriptors_xxx.js' & 'music_graph_descriptors_xxx_user.js') but also when the 2 functions used to calculate the paths or the own graph constructor change and the influences method. Even if changing those functions is not planned, it ensures the cache reflects the actual state of the graph in any case. In particular, the 'influences bugfix' would have required a manual cache reset by the user without this change which now will be performed automatically. The properties panel now tracks the CRC32 of those 6 items as merged strings (instead of only the first 2).
   - Influences: Added 4 methods top check influences: 'fullPath', 'adjacentNodes', 'zeroNodes' and 'direct'. 'direct' is the previous behavior ("bugged") checking only the fist against the last node. 'zeroNodes' the fix listed bellow. 'adjacentNodes' works like zeroNodes but without forcing the adjacent nodes to be substitutions (checks (A,B) against (Y,Z), i.e. max. 4 possible links). 'fullPath' checks all consecutive links on the path (A->B), (B->C), ...) and also applies 'adjacentNodes' logic (to check the origin and final nodes). 'adjacentNodes' is now the default behavior.
   - Descriptors: Added a few anti-influences.
   ### Removed
   ### Fixed
   - Influences: were not being correctly parsed when the original or the final node was a substitution (zero weight). Now adjacent nodes which may be substitutions are also checked at both sides, for ex for this path: Hip-Hop <- Rap_supergenre <- Rap_cluster <- Rythm Music_supercluster <- Blue_Note_cluster <- Blues_supergenre <- Blues. Where Hip-Hop is a substitution for Rap_supergenre,  Rap_supergenre is checked against Blues_supergenre and/or Blues for (anti)influences. Note it doesn't check for links at Hip-Hop since the influences link are always added to the generic items by design (in this case Rap_supergenre_supergenre), so there is max. 1 possible link. (note this may be overridden by the default behavior listed at top)

Spoiler (click to show/hide)

Re: Search-by-Distance-SMP

Reply #83
Just pushed a new update. Fixed missing file on the previous update.. Clone the repository to get the latest changes (Code/Download zip) instead of using the releases page.

Re: Search-by-Distance-SMP

Reply #84
https://github.com/regorxxx/Search-by-Distance-SMP/releases/tag/v2.0.1
Quote
Imported improvements from Playlist Tools and bugfixes
There may be a SMP's bug on installation. See _TIPS and INSTALLATION.txt
REQUIRES SMP 1.5.2.

    Full script console logging to file at foobar profile folder ('console.log'). Meant to be used along http control on server.
    Reworked UI, colors for buttons and bar can be customized. Reworked menus order and presentation.
    Better tag remapping: There is a menu to directly remap tags.
    Harmonic Mixing: now works with Open Keys too (in addition to Camelot Keys and standard notation keys).
    Improved caching and calculations for influences.
    Improved Distance tests.
    Buttons customization, exposing now all the available variables via menus. Also adding the tools found only -previously- at the Playlist Tools button. New presets.
    Added scripts for Picard to retrieve high level tags (gender, valence, danceability, speechiness, ...) from AcousticBrainz high level data.
    Greatly optimized the code at multiple parts (faster processing): duplicate removing (minimum x2 times faster).
    Multiple important bug fixes.

See changelog for a full list: https://github.com/regorxxx/Search-by-Distance-SMP/blob/main/CHANGELOG.md


Re: Search-by-Distance-SMP

Reply #86
Yep I see... it's a pitty, I don't really agree with their premises. This project is a clear example of finding similar recordings mixing AcousticBrainz features and user tags, what makes no sense is relying only on AB features and hoping for good results. No other provider does that, and most are heavily focused on user's listening history. But discarding the AB features and focusing on the rest is an error.

Also saying things like BPM are error prone it's so... stupid. Is there any software out there calculating properly BMP? No. I don't get their point with most of the written AcousticBrainz weakness.

Related to this project, everything will work the same since it's not dependent on online resources like other plugins. That's the reason I created it in the first place.

The tagging process (by the users) may require another approach. Things like key or BPM can be calculated with picard or other software even if AcousticBrainz closes. Moods can be get from last fm with picard. There may be need for additional plugins to retrieve other tags. Anyway all tags can be remapped, so the script doesn't care if you are using spotify's data, AcousticBrainz, ...

Re: Search-by-Distance-SMP

Reply #87
https://github.com/regorxxx/Search-by-Distance-SMP/releases/tag/v2.1.0

Quote
v2.1.0 - Buttons framework rewritten, recipes, bugfixes and new features (wip) Latest

There may be a SMP's bug on installation. See _TIPS and INSTALLATION.txt
PREVIOUS BUTTONS CONFIG WILL BE LOST ON UPGRADE DUE TO A CHANGE ON PROPERTIES
REQUIRES SMP 1.6.1.

    Conditional anti-influences filtering which only triggers for specific genres when enabled. i.e. using a Jazz track as reference will use it, but a Rock track will skip it.
    Similar artists computation, tagging, database and filters. New option at 'Other tools', in customizable button, to compute the similar artists to those from the currently selected tracks (duplicates are filtered first). Something equivalent to 'Similar Artists Last.fm'. The process is entirely offline and uses the already coded routines of Search by Distance.
    Expanded recipe functionality: new option, in customizable button, to create a recipe file with the current config. Full documentation of allowed variables to be used is automatically generated on the recipes folder. Tag remapping, recipe nesting and modularization allowed, etc.
    Exclude same artist filter.
    Minimum score: exposed minimum score filter variable, used in case the pool doesn't have enough tracks with the desired score.
    Harmonic Mixing: new option to perform a double pass on harmonic mixing which increases the number of tracks selected for the final mix.
    Configurable playlist Name. Compatible with themes.
    Recipes and themes can be hidden on the list if the file attribute is set to hidden.
    Improved UNIX compatibility.
    Fully reworked buttons framework: configurable scale, orientation, buttons position can be changed with drag n drop, reflow of columns/rows, etc.
    Fixed multiple crashes and bugs on the customizable button.

See changelog for a full list: https://github.com/regorxxx/Search-by-Distance-SMP/blob/main/CHANGELOG.md

Re: Search-by-Distance-SMP

Reply #88
https://github.com/regorxxx/Search-by-Distance-SMP/releases/tag/v2.1.1
Quote
v2.1.1 - Hotfix
There may be a SMP's bug on installation. See _TIPS and INSTALLATION.txt
PREVIOUS BUTTONS CONFIG WILL BE LOST ON UPGRADE DUE TO A CHANGE ON PROPERTIES
REQUIRES SMP 1.6.1.

    Fixed crash when using harmonic mixing due to a typo on the code.

See v2.1.0 release info: https://github.com/regorxxx/Search-by-Distance-SMP/releases/tag/v2.1.0

Re: Search-by-Distance-SMP

Reply #89
Not sure if anyone cares, since this is mostly informative or interesting for coders, but the actual graph can now be checked via web here (it was previously only available offline with the download):
https://regorxxx.github.io/Music-Graph/Draw%20Graph.html

Full statistics can be calculated on real time (takes some minutes) browser-side along the distance between different styles/genres using shift and hovering nodes. That distance is the real one used on Foobar2000, uses the same code (contrary to the one used by the renderer which is a simplification).

At some point I may add more features:
- Calculating distance against different groups of genre/styles (essentially simulating foobar2000's tracks comparison).
- Offering downloadable XSPF or txt playlists with tracks for a given style/genre. (something which can be easily imported on foobar with Playlist Tools or Playlist Manager)
- Linking to youtube videos related to that style/genre.
- Listing similar style/genres to the selected one to discover.

Re: Search-by-Distance-SMP

Reply #90
https://github.com/regorxxx/Search-by-Distance-SMP/releases/tag/v2.1.3

Quote
v2.1.3 - Bugfixes and QOL changes
There may be a SMP's bug on installation. See _TIPS and INSTALLATION.txt
PREVIOUS BUTTONS CONFIG (<2.1.0) WILL BE LOST ON UPGRADE DUE TO A CHANGE ON PROPERTIES
REQUIRES SMP 1.6.1.

    Descriptors: preliminary All Music and Last.fm support by linking their genre/styles to the graph with substitutions (wip).
    Totally reworked HTML presentation (wip) with a live demo available here.
    Added multiple new debug checks to descriptors.
    Debug: added accent checks (instead of single quotes) at debug.
    Debug: added ASCII compatibility checks at debug.
    Similar artists: Added new option to write similar artists tags only to previously non tagged files.
    Greatly optimized console logging when sending selected tacks to console. This reduces processing time by +2 secs for +50 tracks.

    Updated helpers.
    Multiple fixes on descriptors.
    Multiple fixes on query helpers, logging and recipe creation.

Re: Search-by-Distance-SMP

Reply #91
https://github.com/regorxxx/Search-by-Distance-SMP/releases/tag/v2.1.5
Quote
v2.1.5 -Bugfixes and compatiblity with new scripts Latest

There may be a SMP's bug on installation. See _TIPS and INSTALLATION.txt
PREVIOUS BUTTONS CONFIG (<2.1.0) WILL BE LOST ON UPGRADE DUE TO A CHANGE ON PROPERTIES
REQUIRES SMP 1.6.1.

-Playlist Tools: Updated to match v3.0.0-beta.7 release.
-Multiple improvements when using recipes on buttons.

See changelog for a full list: https://github.com/regorxxx/Search-by-Distance-SMP/blob/main/CHANGELOG.md

Have also updated the wiki on github.

Re: Search-by-Distance-SMP

Reply #92
https://github.com/regorxxx/Search-by-Distance-SMP/releases/tag/v2.1.6

Quote
v2.1.6 - Wine fixes and other improvements
@regorxxx regorxxx released this in 1 minute
v2.1.6
31d543f

There may be a SMP's bug on installation. See _TIPS and INSTALLATION.txt
PREVIOUS BUTTONS CONFIG (<2.1.0) WILL BE LOST ON UPGRADE DUE TO A CHANGE ON PROPERTIES
REQUIRES SMP 1.6.1.

    New readmes for 'Tagging requisites', 'Tags sources' and 'Other tag notes'. They should cover most frequently asked questions.
    Added new submenu with pre-defined filters (queries) to easily configure the forced query.
    Themed buttons are replaced with manually drawn buttons when the first method fails (on Wine for ex.).
    Influences filter doesn't overwrite score filter or graph distance filter. Although it was designed to do so (to output any influence without considering score), it did not work in a logical way since those filters can be manually tuned to achieve the same result while also allowing other options.
    Updated to match Playlist Tools v3.0.0-beta.8 release.
    Minor speed optimization.
    Improved readmes.
    Fixed multiple crashes on wine and using composer tag for similarity.

buttons_wine

See changelog for a full list: https://github.com/regorxxx/Search-by-Distance-SMP/blob/main/CHANGELOG.md

Spoiler (click to show/hide)

Re: Search-by-Distance-SMP

Reply #93
https://github.com/regorxxx/Search-by-Distance-SMP/releases/tag/v2.2.1
Quote
v2.2.1 - Hotfix Latest
@regorxxx regorxxx released this 4 minutes ago
v2.2.1
3c3ad38

There may be a SMP's bug on installation. See _TIPS and INSTALLATION.txt
PREVIOUS BUTTONS CONFIG (<3.0.0) WILL BE LOST ON UPGRADE DUE TO A CHANGE ON PROPERTIES
REQUIRES SMP 1.6.1.

    Minor improvements to console logging when reporting track list.
    Fix to theme checking. Themes were being reported as non valid when they were fine.
    Forced query was not being properly saved when using pre-defined filters.
    Updated to match Playlist Tools v3.0.0-beta.9 release.

See v2.2.0 release info: https://github.com/regorxxx/Search-by-Distance-SMP/releases/tag/v2.2.0

PD: Prev update was wrongly named as 2.1.6, it's 2.2.0

Re: Search-by-Distance-SMP

Reply #94
Hello Regor,

I noticed 3 things with the customizable button. It does not prevent the program from working, but I point it out.
  • A message when I do Control + Click on the button
  • A crash with right click and the cursor moving
  • A default setting that doesn't seem to work

I checked with a new portable installation, SMP 1.6.1, Search-by-Distance 2.2.1 (alone, without the other tools. It also did it with previous versions), with _switchPaths (but it also does it without _switchPaths on my installation).
 
1. Button with buttons_search_bydistance_customizable.js , without any settings. Ctrl + click on the button,  the menu is displayed but there is also a message:
"Forced theme json file (by recipe) not found:  c:\\Users\\xxx\\AppData\\Roaming\\foobar2000\\scripts\\SMP\\xxx-scripts\\presets\\Search by\\themes\\test.json"

2. The panel crashes when I right click on the button and move the mouse while the right mouse button is pressed. Spoiler (click to show/hide)

3. One of the default settings for the Graph method doesn't seem to work, or I didn't understand. By default, without settings, the Weight and Dyngenre methods work, but the Graph method does not give any results.
It's because of the setting "sbd0.Exclude any track with graph distance greater than (only GRAPH method):": "music_graph_descriptors.intra_supergenre". When I change this setting to 75, 100 or 150 it works.
I got stuck on this for a while. I was looking in the panel properties without knowing that the correct value was something like 75, 100 or 150, and I had seen that a recipe with Graph method worked so I used that. And I saw in the Ctrl + Shift menu the setting and the [intra_supergenre --> 100] indication.

Some typing errors:
 - in README.md at the end in ## Installation, line 106, there is a letter missing in both github links, the P of SMP .
 - in helpers / readme / search_bydistance.txt, line 300 : AcousticBraiz (one N is missing)
In this readme, maybe indicate in the passage about AcousticBrainz that it will close? For new users.

Apart from that, thanks for your work. I was looking for an alternative to the Soft Playlists component with Last.fm recommendations for a while. Your script doesn't only give the most famous songs. I discover my music differently. It can give me two songs that sound similar, but in different genres that I wouldn't have thought to put together. You made me discover AcousticBrainz and sign up for MusicBrainz to add songs (I'll probably do it less now that you can't add anything to AcousticBrainz). But it takes time to tag a whole library.

I don't know anything about it, but I've seen essentia.js . It can calculate mood and genre (even in in real time, I find it impressive).

Re: Search-by-Distance-SMP

Reply #95
1. Button with buttons_search_bydistance_customizable.js , without any settings. Ctrl + click on the button,  the menu is displayed but there is also a message:
"Forced theme json file (by recipe) not found:  c:\\Users\\xxx\\AppData\\Roaming\\foobar2000\\scripts\\SMP\\xxx-scripts\\presets\\Search by\\themes\\test.json"
Does that file exist? I have followed the same steps without problems... also the theme file is not used without reason unless you configure to use it (for example with a recipe). Could you send a fig or check your config? (try cleaning the properties too)

Quote
2. The panel crashes when I right click on the button and move the mouse while the right mouse button is pressed.
Just fixed it. Right click is used to move buttons, but that only was supposed to be used on a buttons bar not when you load a single button. Fixed it in that case. Thanks :)

Quote
3. One of the default settings for the Graph method doesn't seem to work, or I didn't understand. By default, without settings, the Weight and Dyngenre methods work, but the Graph method does not give any results.
It's because of the setting "sbd0.Exclude any track with graph distance greater than (only GRAPH method):": "music_graph_descriptors.intra_supergenre". When I change this setting to 75, 100 or 150 it works.
I got stuck on this for a while. I was looking in the panel properties without knowing that the correct value was something like 75, 100 or 150, and I had seen that a recipe with Graph method worked so I used that. And I saw in the Ctrl + Shift menu the setting and the [intra_supergenre --> 100] indication.
Fixed it too. You are not supposed to be forced to use a number, variable names may be used too. (the variables are in the js files, and I use that to easily update them on the fly).

Check github

Re: Search-by-Distance-SMP

Reply #96
Quote
Some typing errors:
 - in README.md at the end in ## Installation, line 106, there is a letter missing in both github links, the P of SMP .
 - in helpers / readme / search_bydistance.txt, line 300 : AcousticBraiz (one N is missing)
In this readme, maybe indicate in the passage about AcousticBrainz that it will close? For new users.
Also fixed those. Thanks!

About AcousticBrainz , it will take me more time since my idea is to totally replace AcousticBrainz features with offline binaries (right now I'm only missing moods btw, the rest is implemented). Also AcousticBrainz is going to continue with another approach instead of using Essentia.

Quote
Apart from that, thanks for your work. I was looking for an alternative to the Soft Playlists component with Last.fm recommendations for a while. Your script doesn't only give the most famous songs. I discover my music differently. It can give me two songs that sound similar, but in different genres that I wouldn't have thought to put together. You made me discover AcousticBrainz and sign up for MusicBrainz to add songs (I'll probably do it less now that you can't add anything to AcousticBrainz). But it takes time to tag a whole library.

I don't know anything about it, but I've seen essentia.js . It can calculate mood and genre (even in in real time, I find it impressive).
That was my idea, yep.

MusicBrainz will still work, along picard, though. AcousticBrainz was only a small piece for BPM, KEY and MOODS (now replaced with the essentia binaries). Also note there is a listen brainz plugin for foobar which will scroble your tracks to their server and then you may use their recommendation system too and charts:
https://listenbrainz.org/user/Isabelxxx/charts/?page=1&range=all_time&entity=artist

They will focus now on listenbrainz for music analysis. Someone may come with a plugin to integrate that part into foobar at some point (or me).

Re: Search-by-Distance-SMP

Reply #97
https://github.com/regorxxx/Search-by-Distance-SMP/releases/tag/v2.2.2
Quote
v2.2.2 - Hotfix
@regorxxx regorxxx released this 10 minutes ago
v2.2.2
15dcf61

There may be a SMP's bug on installation. See _TIPS and INSTALLATION.txt
PREVIOUS BUTTONS CONFIG (<3.0.0) WILL BE LOST ON UPGRADE DUE TO A CHANGE ON PROPERTIES
REQUIRES SMP 1.6.1.

    Variable 'Exclude any track with graph distance greater than (only GRAPH method' was not being parsed properly when set to a string.
    Crash when trying to move a button when only a single button script was loaded on the panel.
    Updated to match Playlist Tools v3.0.0-beta.10 release.

See v2.2.0 release info: https://github.com/regorxxx/Search-by-Distance-SMP/releases/tag/v2.2.0

Re: Search-by-Distance-SMP

Reply #98
Quote
Does that file exist?
This file exists, I don't touch it, I leave it when I copy the files.
If it literally searches the path "c:\Users\xxx", it doesn't exist. And on the portable installation, it should not talk about the Roaming folder I think.

I have tried these possibilities:
  - whether it's my main installation, or a new portable installation (I tried again a brand new portable installation on the desktop),
  - that I use _switchPaths, or that I use the "File" option (see below), or that I put the absolute path on lines 4,5,9,10,11,12,
It's always the same thing, I get this message when I do Ctrl + click  on the button, at the same time as the menu is displayed, with buttons_search_bydistance_customizable.js.


The rest seems to work, the menus are displayed, it creates playlists with the 3 methods. I don't do any theme or recipe settings.    
I reset the panel properties with "Clear" many times. I stay on the default settings. When I export the panel properties to props.json, it's always this original setting:
"sbd0.Internal data": "{\"forcedTheme\":\"\",\"theme\":\"None\",\"recipe\":\"None\"}",



If I enter the setting {"forcedTheme":"None","theme":"None","recipe":"None"}, or if I put forcedTheme: 'None', in the script at line 20, the message still appears.

I correct one thing: until now I was using _switchPaths also with my main installation, the script stayed in memory although I replaced the files. Otherwise I have the crash "Path does not point to a valid file: ...", so I had to use _switchPaths.
BUT I just found out that if I choose the option "File" instead of the "In-memory" in Configure panel... > first tab "Script", I don't need to use _switchPaths or to put absolute paths anymore. (But when I tried it, I sometimes found the .js files of the buttons empty).

The Graph method works from the beginning without touching the settings now.
Right click + move mouse does not crash anymore. Thanks for your corrections.
But I just saw that this crash is also present on buttons_search_bydistance.js (which has 4 buttons inside).

Quote
AcousticBrainz was only a small piece for BPM, KEY and MOODS. Also note there is a listen brainz plugin for foobar...
I also use Genres. I add a prefix so they don't "mix" and put them in another tag. For example: Dortmund Folk/Country; Elec class Ambient; Rosamerica Classical; Gtzan Jazz . I don't know if it's right.
Yes I have it, I'm here.

Re: Search-by-Distance-SMP

Reply #99
Something to do with this file?       presets / Search by / recipes / test_with_forcedThemePath.json
I just saw that in the portable installation, if I exchange in this file
c:\\\\Users\\\\xxx\\\\AppData\\\\Roaming\\\\foobar2000\\\\scripts\\\\SMP\\\\xxx-scripts\\\\presets\\\\Search by\\\\themes\\\\test.json
for
c:\\Users\\RealUserName\\AppData\\Roaming\\foobar2000\\scripts\\SMP\\xxx-scripts\\presets\\Search by\\themes\\test.json
I don't get the message anymore and it works. But I did not succeed in the main installation.

Edit: I also succeeded with the main installation after copying the files again.