regorxxx

Results 31 comments of regorxxx

Any update about this? It would be great to be able to run main menus using the API, either directly using the SDK or with command line. Note there are...

@[TT-ReBORN](https://github.com/TT-ReBORN) Thanks for the suggestion :) Although not sure about it. That requires an external file overriding the one on the user's profile, which makes more sense when you are...

@TT-ReBORN You got me with that point. Also since @TheQwertiest will suspend development for some time, it may be wise to apply that workaround for now.

See [Playlist Tools](https://github.com/regorxxx/Playlist-Tools-SMP): 'buttons_others_device_selector' ![image](https://user-images.githubusercontent.com/83307074/175966797-a871680d-0467-4e4b-bab4-13f2b9dc852f.png) ![image](https://user-images.githubusercontent.com/83307074/175966862-182d074c-ddc2-4abe-90df-18fca40a148e.png)

Yep, just thought it when reading the thread at HA. Peter wrote it a day later hahahaha

Btw dev build link throws this error since weeks: > {"message":"Artifact not found or access denied."}

Well, it's not a problem only with relative paths, include crashes foobar in all cases when files are missing at the given path.

https://hydrogenaud.io/index.php/topic,120978.msg1012130.html#msg1012130 ``` "use strict"; include('a.js'); ``` ``` "use strict"; include('myfolder\\a.js'); ``` ``` "use strict"; include('..\\a.js'); ``` All three crash foobar in Wine but only crash the panel on windows. User...

Then that's a bug on quicksearch on my book XD Anyway the playlist is clearly locked for renaming, not sure how that was implemented but it's clearly wrong. Btw the...