HydrogenAudio

Hosted Forums => foobar2000 => Uploads - (fb2k) => Topic started by: halabund on 2007-08-04 16:19:07

Title: foo_openurl
Post by: halabund on 2007-08-04 16:19:07
This little component adds a context menu item to open URLs from metadata fields in a web browser.  The context menu items appear only if there is at least one URL for the selected track.  For security reasons, only http:// and https:// are supported.

I have a few playlists with online radio stations, I use this component with them.

Changes in v2:Version: 2; 2007-08-05
Download: [attachment=3549:attachment]
Title: foo_openurl
Post by: eevan on 2007-08-04 17:32:42
Nice plugin. Thanks!
Title: foo_openurl
Post by: kanak on 2007-08-04 18:04:07
How is this different from using foo_run to pass the URL to the default browser? What advantages does this plugin have in that regard?
Title: foo_openurl
Post by: halabund on 2007-08-04 18:13:30
How is this different from using foo_run to pass the URL to the default browser? What advantages does this plugin have in that regard?

At the moment (version 1), it has no advantages. (I did not know about foo_run before.) One difference is that the foo_openurl menu item is not shown if there is no URL tag. On the other hand, foo_run is very configurable.
Title: foo_openurl
Post by: halabund on 2007-08-05 13:09:08
How is this different from using foo_run to pass the URL to the default browser?

Okay, now ver. 2 can list all URLs that it finds in a submenu.
Title: foo_openurl
Post by: Thor on 2015-04-27 12:11:09
Has this component ever been updated for fb2k v1.1 or later?
If not, perhaps the creator is willing to release the source code so someone else can update it?
Thanks.
Title: Re: foo_openurl
Post by: LL25255252 on 2017-06-03 12:11:44
Has this component ever been updated for fb2k v1.1 or later?
If not, perhaps the creator is willing to release the source code so someone else can update it?
Thanks.
Ver 2 (August 2007) still works OK. No need for new versions.

Foobar2000 1.3.15
Win 7 x64
Title: Re: foo_openurl
Post by: tipar on 2017-12-08 14:08:25
Has this component ever been updated for fb2k v1.1 or later?
If not, perhaps the creator is willing to release the source code so someone else can update it?
Thanks.
Ver 2 (August 2007) still works OK. No need for new versions.

Foobar2000 1.3.15
Win 7 x64


Not working on 1.3.17

Installed and reinstalled but nothing like a menu with URL shows.
Title: Re: foo_openurl
Post by: tipar on 2017-12-08 22:08:25
Has this component ever been updated for fb2k v1.1 or later?
If not, perhaps the creator is willing to release the source code so someone else can update it?
Thanks.
Ver 2 (August 2007) still works OK. No need for new versions.

Foobar2000 1.3.15
Win 7 x64


Not working on 1.3.17

Installed and reinstalled but nothing like a menu with URL shows.

I have found that in order to this plugin "whatever name has" to work properly you need to embed the URL in the field URL and I was doing it in a field created by me with another name. I just used URL and the Open with appeared in the context menu. Ty.

EDIT: I was thinking that maybe you could add that feature? To customize the name of the field where we paste the URL.