Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
5550baa4
Commit
5550baa4
authored
Jun 23, 2004
by
Warren Dukes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update doc's and Changelog for 0.11.1
git-svn-id:
https://svn.musicpd.org/mpd/trunk@1626
09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent
98f52394
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
36 additions
and
0 deletions
+36
-0
ChangeLog
ChangeLog
+8
-0
mpd.1
doc/mpd.1
+20
-0
mpdconf.example
doc/mpdconf.example
+8
-0
No files found.
ChangeLog
View file @
5550baa4
ver 0.11.1 (2004/6/24)
1) Fix a bug that caused "popping" at the beginning of mp3's
2) Fix playlistid command
3) Fix move commands so they don't mess up the song id's
4) Added support for HTTP Proxy
5) Detect and skip recursive links in the music directory
6) Fix addPathToDB() so updating on a specific path doesn't exist correctly adds the parent directories to the DB
ver 0.11.0 (2004/6/18)
1) Support for playing mp3 and Ogg Vorbis streams
2) Non-blocking Update
...
...
doc/mpd.1
View file @
5550baa4
...
...
@@ -159,6 +159,18 @@ of libao on sound cards with very small buffers.
.B save_absolute_paths_in_playlists <yes or no>
This specifies whether relative or absolute paths for song filenames are
used when saving playlists. The default value is "no".
.TP
.B http_proxy_host <string>
Use to specify the proxy host used for http connections.
.TP
.B http_proxy_port <port>
The port that the http proxy host uses.
.TP
.B http_proxy_user <string>
If the http proxy server requires authentication, this specifies the user.
.TP
.B http_proxy_password <string>
If the http proxy server requires authentication, this specifies the password.
.SH EXAMPLES
.TP
Below is an example config file. (Note: '#' at the beginning of a line denotes a comment. The '#' must be the first character/symbol on that line.)
...
...
@@ -240,5 +252,13 @@ bind_to_address "any"
#filesystem_charset "UTF-8"
.br
#replaygain "album"
.br
#http_proxy_host "proxy.isp.com"
.br
#http_proxy_port "8080"
.br
#http_proxy_user "user"
.br
#http_proxy_password "password"
.SH SEE ALSO
mpc(1)
doc/mpdconf.example
View file @
5550baa4
...
...
@@ -79,6 +79,14 @@ error_file "~/.mpd/mpd.error"
##################################
############ HTTP PROXY ################
# http_proxy_host "proxy.isp.com"
# http_proxy_port "8080"
# http_proxy_user "user"
# http_proxy_password "password"
########################################
########### SECURITY SETTINGS ############
# if you start mpd as root, its recommended
# you specify a a user for mpd to run.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment