Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Using Foobar for internet playlists with a proxy (Read 3072 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Using Foobar for internet playlists with a proxy

  I tried to install Foobar on my work computer in order to play online files (usually with M3U playlists). 

Well, it doesn't connect, and I realized that Foobar needs to be configured to go through the corporate firewall with a proxy server.  Try as I may I could not find these settings in the preferences.

Is there a way to do this?

Using Foobar for internet playlists with a proxy

Reply #1
Preferences -> Components -> HTTP reader
Life is Real...
(But not in audio :) )

Using Foobar for internet playlists with a proxy

Reply #2
Quote
Preferences -> Components -> HTTP reader
[a href="index.php?act=findpost&pid=241783"][{POST_SNAPBACK}][/a]


what should I do if my proxy requires authorization?

Using Foobar for internet playlists with a proxy

Reply #3
Format is the same for URLs, although the http:// is not required.

[user[:password]@]host[:port]

Brackets, as in Tagz and possibly several forms of documentation, indicate regions of optional parameters.

Currently, both standard HTTP reader and my own reader only support Basic authentication. I will add Digest to mine in the near future, for a greater measure of security or something. Oh, and maybe NTLM if I'm bored, for those lame MS Proxy servers which won't accept standard authentication protocols.

Using Foobar for internet playlists with a proxy

Reply #4
Quote
Format is the same for URLs, although the http:// is not required.

[user[:password]@]host[:port]

Brackets, as in Tagz and possibly several forms of documentation, indicate regions of optional parameters.

Currently, both standard HTTP reader and my own reader only support Basic authentication. I will add Digest to mine in the near future, for a greater measure of security or something. Oh, and maybe NTLM if I'm bored, for those lame MS Proxy servers which won't accept standard authentication protocols.
[a href="index.php?act=findpost&pid=253629"][{POST_SNAPBACK}][/a]


Code: [Select]
ERROR (CORE) : error opening file for playback :
INFO (CORE) : location: "http://doza.com.ua:8080/audio/Moby/18/01_We_are_all_made_of_stars.mp3" (0)

what does it mean?