You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
first of all thank you for this scrips. It really helped me out with Max on small windows computers...
I only have one problem : I can't get the playlist.
My system is a Apple MacBook with M1 Pro, OSX Ventura up to date, Max Version 8.5.1.
The error I get is
node.script: get_playlist error
node.script: {
}
It looks like vlc.getPlaylist().then((plist) prints nothing (not even got empty playlist)and .catch(err => ... is empty.
Everything else works fine..
The text was updated successfully, but these errors were encountered:
what version of VLC are you running? I just tested and I had version 3.0.12 and had no issues. Then I updated to the latest 3.0.18 and was getting crashing. The update also changed from intel on rosetta to apple silicon native. I re-downloaded version 3.0 from the VLC site and everything is working as expected again.
In any case, the script seems fine, so not much I can say about buggy VLC versions on Apple Silicon.
Hello,
I got some time to re-investigate about this problem but still no luck.
Me to I think it's a Apple Silicon related problem. All versions I tried have this problem (3.0, 3.0.12, 3.0.18..)
Maybe something in vlc-client is wrong since the actual web interface works fine 🤷♂️
I found a other solution for my problem.
Anyway, thank you for the code! I PR if I find something
Hello,
first of all thank you for this scrips. It really helped me out with Max on small windows computers...
I only have one problem : I can't get the playlist.
My system is a Apple MacBook with M1 Pro, OSX Ventura up to date, Max Version 8.5.1.
The error I get is
It looks like
vlc.getPlaylist().then((plist)
prints nothing (not evengot empty playlist
)and.catch(err => ...
is empty.Everything else works fine..
The text was updated successfully, but these errors were encountered: