Page 1 of 1

An extension that displays media context information

Posted: 03 Jul 2011 10:15
by Xavion
I've just submitted the initial release of my "Media Context" extension, which can be downloaded here. It displays contextual information about the currently playing media.

It will help VLC to compete against other media players - like Winamp and Amarok - in the area of media context. Please take the time to read the 'Issues' section before using it.

Image

Re: An extension that displays media context information

Posted: 04 Jul 2011 00:38
by Jean-Baptiste Kempf
May I say: awesome?

This is really cool. We should fix the bugs and then maybe we should advertise this extension...

Re: An extension that displays media context information

Posted: 04 Jul 2011 02:35
by Xavion
Thanks for the positive feedback - I'm really glad that you approve! It'll be great if VLC decides to advertise this extension! I'm hoping it convinces people that VLC is more than just a 'video' player. Once the bug(s) in the VLC extension code are fixed, I'll be able to unlock/implement more features.

Re: An extension that displays media context information

Posted: 04 Jul 2011 03:19
by Jean-Baptiste Kempf
I think we need, in 1.2, to advertise better the extensions, indeed.

Re: An extension that displays media context information

Posted: 04 Jul 2011 11:30
by Xavion
I've just submitted a point release of this extension, which can be downloaded here. It fixes a few issues that were present in the initial release. Most notably, it includes a workaround for another bug in the VLC extension code that I discovered today. In cases like this, it'd be good to have an auto-update feature for VLC extensions.

Re: An extension that displays media context information

Posted: 04 Jul 2011 12:32
by Jean-Baptiste Kempf
Well, auto-update will come, once we make the extension system a bit better.

Re: An extension that displays media context information

Posted: 04 Jul 2011 19:50
by ale5000
@Xavion: There are 2 download buttons.

Re: An extension that displays media context information

Posted: 04 Jul 2011 22:00
by Jean-Baptiste Kempf
Thanks for the positive feedback - I'm really glad that you approve! It'll be great if VLC decides to advertise this extension! I'm hoping it convinces people that VLC is more than just a 'video' player. Once the bug(s) in the VLC extension code are fixed, I'll be able to unlock/implement more features.
5019 is fixed.

Re: An extension that displays media context information

Posted: 04 Jul 2011 23:50
by Xavion
@Xavion: There are 2 download buttons.
I decided to make the extension available from multiple sites, since one of them has been down for maintenance a bit lately.
5019 is fixed.
Thanks for the updated information. I plan to wait for VLC v1.1.11 to be released before unlocking/implementing more features.

Re: An extension that displays media context information

Posted: 09 Jul 2011 01:57
by Jean-Baptiste Kempf
And more bugs are fixed (meta listening)

Re: An extension that displays media context information

Posted: 09 Jul 2011 12:50
by Xavion
Yes, it's pleasing that some of the bugs I reported were promptly fixed. This tells me that the VLC development community is alive and well. Have you got a rough idea of when VLC v1.1.11 will be released?

I started to download the Git version this morning, but it was taking too long and I pulled the plug. I mainly wanted to check whether some of the new features I plan to introduce still cause VLC to crash at all.

Re: An extension that displays media context information

Posted: 09 Jul 2011 16:27
by Jean-Baptiste Kempf
Yes, it's pleasing that some of the bugs I reported were promptly fixed. This tells me that the VLC development community is alive and well. Have you got a rough idea of when VLC v1.1.11 will be released?
Next week.
I started to download the Git version this morning, but it was taking too long and I pulled the plug. I mainly wanted to check whether some of the new features I plan to introduce still cause VLC to crash at all.
Nightly Build of VLC

Re: An extension that displays media context information

Posted: 16 Jul 2011 09:14
by Xavion
I've just submitted a new release of this extension, which can be downloaded here. Some features have been added and a few other improvements were made.

Users must upgrade to VLC v1.1.11 before using the new release. This requirement is for their own benefit, since the VLC developers have fixed a couple of bugs lately.

Re: An extension that displays media context information

Posted: 20 Jul 2011 00:23
by Jean-Baptiste Kempf
I've just submitted a new release of this extension, which can be downloaded here. Some features have been added and a few other improvements were made.

Users must upgrade to VLC v1.1.11 before using the new release. This requirement is for their own benefit, since the VLC developers have fixed a couple of bugs lately.
Great.

Re: An extension that displays media context information

Posted: 26 Jul 2011 08:17
by Xavion
I submitted a new release of this extension last night. It can be downloaded here as usual. A new feature was added and a few other improvements were made. Let's hope that the remaining crashes are fixed by VLC soon.

Re: An extension that displays media context information

Posted: 26 Jul 2011 16:26
by Jean-Baptiste Kempf
Nice job. I hope too some crashes will get fixed up soon.

Re: An extension that displays media context information

Posted: 24 Feb 2012 23:55
by Xavion
My "Media Context" extension needs the "vlc.misc.version()" function to ensure that it isn't being run on an old edition of VLC. This is absolutely necessary, as anything earlier than VLC v1.1.11 was horribly buggy. Since "vlc.misc" is no longer available to extensions, how else can I get the version number of VLC at runtime?

Re: An extension that displays media context information

Posted: 25 Feb 2012 14:39
by Jean-Baptiste Kempf
You cannot, I think.

Re: An extension that displays media context information

Posted: 25 Feb 2012 23:34
by Xavion
Since "Media Context" relies on "vlc.misc" quite heavily, I've provided further reasons why this must exist in VLC v2.x.