Hello again, it looks like I had just met with an error
Error: Spider Monkey Panel v1.6.1 (Playlist Tools: Playlist Tools: Buttons Bar v1.2.0 by regorxxx)
Index is out of bounds
File: pools.js
Line: 145, Column: 5
Stack trace:
_pools/this.sortBiasReplace/<@pools.js:145:5
_pools/this.sortBiasReplace@pools.js:143:22
_pools/this.processPool@pools.js:423:11
async*func@playlist_tools_menu_pools.js:120:14
_menu/this.btn_up/<@menu_xxx.js:677:16
_menu/this.btn_up@menu_xxx.js:667:24
@main_menu_custom.js:86:15
fireEvents/</<@callbacks_xxx.js:191:37
fireEvents/<@callbacks_xxx.js:187:30
whenever I run this pool query I get the above issue.
{
"readme": "Adds Least Recently Played (LRP) and Lowest Play Count (LPC) tracks.",
"name": "LRP + LPC",
"pool": {
"fromPls": {
"_LIBRARY_0": 15,
"_LIBRARY_1": 15
},
"query": {
"_LIBRARY_0": "%jsp3_loved% IS 1 AND NOT %jsp3_last_played% DURING LAST 3 DAYS SORT ASCENDING BY %jsp3_last_played%",
"_LIBRARY_1": "%jsp3_loved% IS 1 AND NOT %jsp3_last_played% DURING LAST 3 DAYS SORT ASCENDING BY %jsp3_playcount%"
},
"toPls": "LRP + LPC",
"pickMethod": {
"_LIBRARY_0": "start",
"_LIBRARY_1": "start"
},
"smartShuffle": "ALBUM ARTIST",
"deDuplicate": {
"_LIBRARY_0": ["ALBUM ARTIST"],
"_LIBRARY_1": ["ALBUM ARTIST"]
}
}
}
the fix is to remove deDuplicate but any idea what could be causing this issue?