Is there any way to ask for, or does it already exist? I need to split the single Icecast stream into two, and need a place to access the song info metadata in either a file or via TCP (I'm assuming a file would be FAR easier to do than to expose a TCP endpoint to do it).
geposted Mon 07 Sep 20 @ 7:34 am
Not sure I understood exactly what you want...
But usually you can access this from the Icecast server, that has an endpoint to grab this info
https://icecast.org/docs/icecast-2.4.1/server-stats.html#xslt_advanced
But usually you can access this from the Icecast server, that has an endpoint to grab this info
https://icecast.org/docs/icecast-2.4.1/server-stats.html#xslt_advanced
geposted Mon 07 Sep 20 @ 8:51 am
https://www.npmjs.com/package/icy
I've been using this successfully (for the most part)
I've been using this successfully (for the most part)
geposted Mon 07 Sep 20 @ 9:29 am
best solution i can find is here and I've been using it for a long time
https://www.virtualdj.com/plugins/index.html?addonid=80483
https://www.virtualdj.com/plugins/index.html?addonid=80483
geposted Mon 07 Sep 20 @ 12:04 pm
wickedmix wrote :
best solution i can find is here and I've been using it for a long time
https://www.virtualdj.com/plugins/index.html?addonid=80483
https://www.virtualdj.com/plugins/index.html?addonid=80483
This is exactly what I need, I'll try it out today, ,thanks a MILLION!!!
geposted Wed 16 Sep 20 @ 3:26 pm
TristanX wrote :
This is exactly what I need, I'll try it out today, ,thanks a MILLION!!!
wickedmix wrote :
best solution i can find is here and I've been using it for a long time
https://www.virtualdj.com/plugins/index.html?addonid=80483
https://www.virtualdj.com/plugins/index.html?addonid=80483
This is exactly what I need, I'll try it out today, ,thanks a MILLION!!!
How do I get this to work? LOL
geposted Wed 16 Sep 20 @ 3:33 pm
TristanX wrote :
How do I get this to work? LOL
TristanX wrote :
This is exactly what I need, I'll try it out today, ,thanks a MILLION!!!
wickedmix wrote :
best solution i can find is here and I've been using it for a long time
https://www.virtualdj.com/plugins/index.html?addonid=80483
https://www.virtualdj.com/plugins/index.html?addonid=80483
This is exactly what I need, I'll try it out today, ,thanks a MILLION!!!
How do I get this to work? LOL
Ok, ,I sort of got it to work, however ... it only works with files I store locally, if I stream in via say, Soundcloud or Beatport ... I get the weird code used to id the song, not the actual track info ,... any suggestions??
geposted Wed 16 Sep 20 @ 3:59 pm
TristanX wrote :
Ok, ,I sort of got it to work, however ... it only works with files I store locally, if I stream in via say, Soundcloud or Beatport ... I get the weird code used to id the song, not the actual track info ,... any suggestions??
TristanX wrote :
How do I get this to work? LOL
TristanX wrote :
This is exactly what I need, I'll try it out today, ,thanks a MILLION!!!
wickedmix wrote :
best solution i can find is here and I've been using it for a long time
https://www.virtualdj.com/plugins/index.html?addonid=80483
https://www.virtualdj.com/plugins/index.html?addonid=80483
This is exactly what I need, I'll try it out today, ,thanks a MILLION!!!
How do I get this to work? LOL
Ok, ,I sort of got it to work, however ... it only works with files I store locally, if I stream in via say, Soundcloud or Beatport ... I get the weird code used to id the song, not the actual track info ,... any suggestions??
I do get an error if I set it to "Advanced" ... Sequence contains no elements ... not sure how to address that either.
geposted Wed 16 Sep 20 @ 4:05 pm
1) You don't need to quote the entire text of a message that's immediately above yours
2) You can edit your original message rather than create a new one each time
:-)
2) You can edit your original message rather than create a new one each time
:-)
geposted Wed 16 Sep 20 @ 4:13 pm
Hah, sorry about that, I didn't see the "New Message" button lol
geposted Wed 16 Sep 20 @ 4:49 pm
Pretty sure this only works correctly with local files.
I don't use any of the streaming services so can't say for sure.
I don't use any of the streaming services so can't say for sure.
geposted Wed 16 Sep 20 @ 4:58 pm
Yeah, that's what it looks like, however, working with it helped me to get BUTT working right, so that's an optional solution.,
geposted Wed 16 Sep 20 @ 5:27 pm
What i posted works with streamed media (any media), but requires some basic NodeJS programming knowledge.
geposted Wed 16 Sep 20 @ 6:36 pm
FunctionGer wrote :
What i posted works with streamed media (any media), but requires some basic NodeJS programming knowledge.
it was a good idea be he is trying to get the data to the server not from the server :-)
geposted Wed 16 Sep 20 @ 7:57 pm
wickedmix wrote :
it was a good idea be he is trying to get the data to the server not from the server :-)
it was a good idea be he is trying to get the data to the server not from the server :-)
He could fetch the data from one icecast stream and use it for the other. Or am i misunderstanding the problem here?
geposted Wed 16 Sep 20 @ 8:47 pm
I could totally do that, ,but I am not well versed in JS ... only C# :( I did consider writing my own app to do it but I think I found a solution using BUTT and the file VDJ stores it's history in as it goes. Thanks for all your awesome help, I wouldn't have found that solution without it.
geposted Wed 16 Sep 20 @ 8:49 pm
TristanX wrote :
This is exactly what I need, I'll try it out today, ,thanks a MILLION!!!
wickedmix wrote :
best solution i can find is here and I've been using it for a long time
https://www.virtualdj.com/plugins/index.html?addonid=80483
https://www.virtualdj.com/plugins/index.html?addonid=80483
This is exactly what I need, I'll try it out today, ,thanks a MILLION!!!
I second that! It works great!!
geposted Mon 11 Oct 21 @ 4:16 am
@TristanX
I made an in app plugin to send metadata via HTTP for somebody. Advantage over play2text is there is zero delay [for file to count as played] and as it's a in app plugin it doesn't sleep like play2text.
Would that work?
I made an in app plugin to send metadata via HTTP for somebody. Advantage over play2text is there is zero delay [for file to count as played] and as it's a in app plugin it doesn't sleep like play2text.
Would that work?
geposted Mon 11 Oct 21 @ 8:45 am