[Gambas-user] Missing Tag-Values in MediaTagList

2017-09-12 Thread M Be
I've tried to read the values in MediaTagList:

Public mPlayer As MediaPlayer

Public Sub Button1_Click()
   mPlayer = New MediaPlayer As "mplayer"
   mPlayer.URL = "http://us3.internet-radio.com:8078";
   mPlayer.Play()
 End

Public Sub mPlayer_Tag(TagList As MediaTagList)
Dim tags As String
   For Each tags In TagList.Tags
 Print tags
   Next
End

But I just got the tags like organization, genre, bitrate or title and not
the appropriate values for the tags.

If I use the GStreamer command line: gst-launch-1.0  -m playbin uri=
http://us3.internet-radio.com:8078
I will get all the information of the taglist, i.e.:

Got message #279 from element "pulsesink1" (tag): GstMessageTag,
taglist=(taglist)"taglist\,\ organization\=\(string\)\"Classic\\\ Rock\\\
HD\"\,\ genre\=\(string\)\"Classic\\\ Rock\\\ SHERADIO\\\ WSHE\\\
RADIOSHE\"\,\ location\=\(string\)http://www.ClassicRock-HD.com\,\
audio-codec\=\(string\)\"MPEG\\\ 1\\\ Audio\\\,\\\ Layer\\\ 3\\\
\\\(MP3\\\)\"\,\ nominal-bitrate\=\(uint\)128000\,\
has-crc\=\(boolean\)false\,\ channel-mode\=\(string\)joint-stereo\,\
minimum-bitrate\=\(uint\)128012\,\ bitrate\=\(uint\)127981\,\
maximum-bitrate\=\(uint\)128012\,\ title\=\(string\)\"Kiss\\\ -\\\
Christine\\\ Sixteen\"\;";

Did I make a mistake or are the values not supported?

Thanks in advance for any idea or help.
Ingo
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Missing Tag-Values in MediaTagList

2017-09-12 Thread M Be
Thank you Benoît.

Attached the little project.

Regards
Ingo

2017-09-12 16:22 GMT+02:00 Benoît Minisini :

> Le 12/09/2017 à 16:11, M Be a écrit :
>
>> I've tried to read the values in MediaTagList:
>>
>> Public mPlayer As MediaPlayer
>>
>> Public Sub Button1_Click()
>> mPlayer = New MediaPlayer As "mplayer"
>> mPlayer.URL = "http://us3.internet-radio.com:8078";
>> mPlayer.Play()
>>   End
>>
>> Public Sub mPlayer_Tag(TagList As MediaTagList)
>> Dim tags As String
>> For Each tags In TagList.Tags
>>   Print tags
>> Next
>> End
>>
>> But I just got the tags like organization, genre, bitrate or title and not
>> the appropriate values for the tags.
>>
>> If I use the GStreamer command line: gst-launch-1.0  -m playbin uri=
>> http://us3.internet-radio.com:8078
>> I will get all the information of the taglist, i.e.:
>>
>> Got message #279 from element "pulsesink1" (tag): GstMessageTag,
>> taglist=(taglist)"taglist\,\ organization\=\(string\)\"Classic\\\ Rock\\\
>> HD\"\,\ genre\=\(string\)\"Classic\\\ Rock\\\ SHERADIO\\\ WSHE\\\
>> RADIOSHE\"\,\ location\=\(string\)http://www.ClassicRock-HD.com\,\
>> audio-codec\=\(string\)\"MPEG\\\ 1\\\ Audio\\\,\\\ Layer\\\ 3\\\
>> \\\(MP3\\\)\"\,\ nominal-bitrate\=\(uint\)128000\,\
>> has-crc\=\(boolean\)false\,\ channel-mode\=\(string\)joint-stereo\,\
>> minimum-bitrate\=\(uint\)128012\,\ bitrate\=\(uint\)127981\,\
>> maximum-bitrate\=\(uint\)128012\,\ title\=\(string\)\"Kiss\\\ -\\\
>> Christine\\\ Sixteen\"\;";
>>
>> Did I make a mistake or are the values not supported?
>>
>> Thanks in advance for any idea or help.
>> Ingo
>>
>
> No idea, you should get them all. Please send a full project to check what
> you did.
>
> --
> Benoît Minisini
>


GPlayer_01a-0.0.1.tar.gz
Description: GNU Zip compressed data
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Marco?

2017-10-03 Thread M Be
 Then à votre santé!
And I wish you a goog time and an abundant harvest :)
Regards
Ingo



Fabien Bodard  schrieb am Di. 3. Okt. 2017 um 10:11:

> And also we have all our own life. For example i'm vinegrower and here
> it's time to harvesting and i'm also i'm a distiller so then i'm
> distilling.
>
> Benoit is a devellopper / actor / singer / ...
>
> And so on for the others developpers. For many of us gambas is only a
> free time hobby and we need to eat too :-)
>
> https://plus.google.com/u/0/+FabienBodard/posts/4TcHjvXNQsk
>
> 2017-10-02 19:39 GMT+02:00 PICCORO McKAY Lenz :
> > but gambas team are very busy in the development and fixeds, specially
> > benoit
> >
> >
> >
> > Lenz McKAY Gerardo (PICCORO)
> > http://qgqlochekone.blogspot.com
> >
> > 2017-10-02 12:07 GMT-04:00 Moviga Technologies via Gambas-user <
> > gambas-user@lists.sourceforge.net>:
> >
> >> :)
> >>
> >> So the mailing list is still alive. It seemed so quiet.
> >> 
> >> --
> >> Check out the vibrant tech community on one of the world's most
> >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> >> ___
> >> Gambas-user mailing list
> >> Gambas-user@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/gambas-user
> >>
> >
> --
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > ___
> > Gambas-user mailing list
> > Gambas-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
>
> --
> Fabien Bodard
>
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user