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: World-Map-SMP (Read 10138 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: World-Map-SMP

Reply #50
Need more info, like the configuration you are using.

EDIT: In particular country highlighting option. Shapes option is not for every system...

EDIT2: Anyway, fixed it. There was an infinite painting loop of country shapes XD Sorry.
Shapes should not be used on resource constrained systems, but that was not the problem anyway.
Replace the file. (will update it on github today too)

Re: World-Map-SMP

Reply #51
Back to normal now.

Thanks

Re: World-Map-SMP

Reply #52
Hi @regor

Are there any options to make the "informative pop-up"  between Prefer nowplaying and Follow selected track (playlist) only show up the first time.

Is a bit annoying close it every time I change the display mode in Bio

Re: World-Map-SMP

Reply #53
Hi @regor

Are there any options to make the "informative pop-up"  between Prefer nowplaying and Follow selected track (playlist) only show up the first time.

Is a bit annoying close it every time I change the display mode in Bio
Nope, but makes sense. Will add an option to hide such messages.

 

Re: World-Map-SMP

Reply #54
Added, look for it in some hours on github. There is a setting to disable it, both popups, the informative one when changing it on BIO and the input popup when doing it on World Map.

(you will probably need to update all my scripts to the latest on github, and since Wine always give so much problems with SMP... better you make backups!)

Re: World-Map-SMP

Reply #55
Added, look for it in some hours on github. There is a setting to disable it, both popups, the informative one when changing it on BIO and the input popup when doing it on World Map.

(you will probably need to update all my scripts to the latest on github, and since Wine always give so much problems with SMP... better you make backups!)

I update them often. You code a lot  :P . Happily, I have not had new problems (fingers crossed)

Thanks.

Re: World-Map-SMP

Reply #56
Added, look for it in some hours on github. There is a setting to disable it, both popups, the informative one when changing it on BIO and the input popup when doing it on World Map.

(you will probably need to update all my scripts to the latest on github, and since Wine always give so much problems with SMP... better you make backups!)

I update them often. You code a lot  :P . Happily, I have not had new problems (fingers crossed)

Thanks.
Great :) Will have it in mind, to not upload partial updates then!



Re: World-Map-SMP

Reply #59
New release:
https://github.com/regorxxx/World-Map-SMP/releases/tag/v2.5.0

Fixes all instances of weird chars on Wine. Fonts are now configurable globally.

Re: World-Map-SMP

Reply #60
https://github.com/regorxxx/World-Map-SMP/releases/tag/v2.6.0

Quote
## [2.6.0] - 2023-03-04
### Added
### Changed
- UI: disabling the panel now shows the world map background (instead of just the filling color).
- Internal code cleanup of menus.
### Removed
### Fixed
- Console: logging of null value not working properly (totally irrelevant except for debug purposes).

Re: World-Map-SMP

Reply #61
https://github.com/regorxxx/World-Map-SMP/releases/tag/v2.8.0

v2.8.0 - Package installation
Quote
## [2.8.0] - 2023-05-08
### Added
- UI: new option to set the frequency at which the panel is refreshed after tracks change. Now set to 1000 ms by default. This avoids refreshing the panel when selection changes faster than such value (for ex. while scrolling the library), only updating the panel once afterwards.
- Package: new installation method as package.
### Changed
- Console: multiple improvements when logging to file for FbMetadbHandle, FbMetadbHandleList, Error and unknown instances (totally irrelevant except for debug purposes).
- Console: menu entries are no longer logged to console after clicking.
- Helpers: updated helpers.
### Removed
### Fixed

Script should be installed as package, using the package manager at the Spider Monkey Panel Configuration window. Old method is still supported anyway.

Re: World-Map-SMP

Reply #62
https://github.com/regorxxx/World-Map-SMP/releases/tag/v2.8.2

Quote
[2.8.2] - 2023-06-27
Added
Changed

    Tags: improved country names display in some cases (with shorter names).
    Data: updated default database.
    Helpers: updated helpers.

Removed
Fixed

    Tags: fix alternate country names in some cases.
    Biography Integration: fix locale tag not updating properly in some cases since 2.8.1.
    UI: script version number.

[2.8.1] - 2023-05-16
Added
Changed

    Biography Integration: optimized processing when Bio Panel notifies tags multiple times, updating just the first time per track.

Removed
Fixed


Re: World-Map-SMP

Reply #64
https://github.com/regorxxx/World-Map-SMP/releases/tag/v2.9.0
Quote
[2.9.0] - 2023-07-28
Added
Changed

    Configuration: database now uses album artist by default instead of artist (file translation is done automatically).
    UI: improvements to panel updating when changing selection or updating tags, ensuring panel does not update unnecessarily.
    UI: locale values are cache during the session, to be reused in case tags, Bio or JSON don't have a match.
    Helpers: updated helpers.

Removed
Fixed

    Fix for non standard hyphen chars on path names.

Re: World-Map-SMP

Reply #65
v3.0.0 - Statistics mode
https://github.com/regorxxx/World-Map-SMP/releases/tag/v3.0.0

Quote
[3.0.0] - 2023-09-13
Added

    Statistics: added statistics mode which can display multiple stats according to the library and database in charts. See Statistics-Framework-SMP.

Changed

    Helpers: updated helpers

Removed
Fixed

    Name replacers not being used at some stages of the code (it probably did not affect anything though).


Re: World-Map-SMP

Reply #66
I have this error:

Error: Spider Monkey Panel v1.6.1-mod (World Map: World Map v3.0.0 by XXX)
getCountryISO is not defined

File: world_map.js
Line: 274, Column: 19
Stack trace:
  @world_map.js:274:19
  @world_map.js:271:24
  fireEvents/</<@callbacks_xxx.js:149:37
  fireEvents/<@callbacks_xxx.js:145:30
Everything was ok until now (this error appears since the last update, it seems). I noticed that it happens when I select a track that has the LOCALE LAST.FM tag. If the file doesn't have the LOCALE LAST.FM tag, the error doesn't appear :)

Re: World-Map-SMP

Reply #67
I have this error:

Error: Spider Monkey Panel v1.6.1-mod (World Map: World Map v3.0.0 by XXX)
getCountryISO is not defined

File: world_map.js
Line: 274, Column: 19
Stack trace:
  @world_map.js:274:19
  @world_map.js:271:24
  fireEvents/</<@callbacks_xxx.js:149:37
  fireEvents/<@callbacks_xxx.js:145:30
Everything was ok until now (this error appears since the last update, it seems). I noticed that it happens when I select a track that has the LOCALE LAST.FM tag. If the file doesn't have the LOCALE LAST.FM tag, the error doesn't appear :)

Your error is technically impossible. Since it says a function doesn't exist, but it exists xd

Is it installed as package or as script file?
Then, in both cases, check where the script/package is, and look for ".\main\world_map\world_map_tables.js". At line 54 there should be:
Code: [Select]
function getCountryISO(country) {

Re: World-Map-SMP

Reply #68
It's installed as a script file. I'll come back in 10-12 hours when I'll have access to my laptop and I'll let you know how things are working also with the playlist manager

Re: World-Map-SMP

Reply #69
Eventually everything is ok. I installed it again as package and then as script file, 3 or 4 times and then that error has disappeared :)
I don't know if it's still useful but I'll answer your question, anyway. In world_map_tables.js I had this:

Re: World-Map-SMP

Reply #70
Eventually everything is ok. I installed it again as package and then as script file, 3 or 4 times and then that error has disappeared :)
I don't know if it's still useful but I'll answer your question, anyway. In world_map_tables.js I had this:
Somehow you had an old file version, as I expected. The reinstall fixed it.

Re: World-Map-SMP

Reply #71
https://github.com/regorxxx/World-Map-SMP/releases/tag/v3.1.0
Quote
[3.1.0] - 2023-09-25
Added
Changed

    UI: tooltip now shows region and continent for the selected country.
    Helpers: updated helpers.

Removed
Fixed