Hi,
I would like to display on a third party app/system the current track playing.
My use case is being able to display it on a Awtrix display - (It's like a LaMetric device but open source).
Is there a way to acheive that ?
Thanks a lot team !
I would like to display on a third party app/system the current track playing.
My use case is being able to display it on a Awtrix display - (It's like a LaMetric device but open source).
Is there a way to acheive that ?
Thanks a lot team !
Posted 9 hours ago
tracklist.txt from ...VDJ/history folder
you could pull details on demand with networkcontrol plugin.
For windows I've made plugins that write to a text file the moment the master designation swaps sides.
you could pull details on demand with networkcontrol plugin.
For windows I've made plugins that write to a text file the moment the master designation swaps sides.
Posted 8 hours ago
Thanks, what is your plugin ?
And i don't find networkcontrol plugin ?
Could you help me ?
Thanks
And i don't find networkcontrol plugin ?
Could you help me ?
Thanks
Posted 8 hours ago
pfff we simple search i find the networkplugin sorry.
Posted 8 hours ago
Now I need to find how to use the API.
I search this time ;) but I don"t find any documentation.
I search this time ;) but I don"t find any documentation.
Posted 7 hours ago
https://virtualdj.com/wiki/NetworkControlPlugin.html
After that it's just script
After that it's just script
Posted 7 hours ago
Ok got it ! You rock thanks !
Posted 7 hours ago
I made progress ; )
I'm able to get the current song from deck 1 & 2 and if the song is audible.
And after i'm able to send the rigth message based on those values on my display.
But for that I need to call 6 times the query?script API
Perhaps there is a better way to do it no ?
Thanks
I'm able to get the current song from deck 1 & 2 and if the song is audible.
And after i'm able to send the rigth message based on those values on my display.
But for that I need to call 6 times the query?script API
// DECK 1
1) query?script=deck 1 get_loaded_song 'title'
2) query?script=deck 1 get_loaded_song 'artist'
3) query?script=deck 1 is_audible
// DECK 2
4) query?script=deck 2 get_loaded_song 'title'
5) query?script=deck 2 get_loaded_song 'artist'
6) query?script=deck 2 is_audible
Perhaps there is a better way to do it no ?
Thanks
Posted 5 hours ago
query?script=deck master get_artist_title
Posted 4 hours ago
ok but it does not take into account if the track is playing.
But at least it saves some api call
But at least it saves some api call
Posted 3 hours ago
Ok with the combination of
I do what i want.
So 2 calls instead of 6. not bad ! ;)
Thanks
deck master is_audible
I do what i want.
So 2 calls instead of 6. not bad ! ;)
Thanks
Posted an hour ago
query?script=deck master is_audible ? deck master get_artist_title
Posted 27 minutes ago