Check-in [e4d747b68a]
Overview
| Comment: | Change default streamripper user agent to 'iTunes 12.5/Gecko/SR' |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
e4d747b68a0321d8dec3f9abf1cb128a |
| User & Date: | mario on 2017-11-17 13:20:10 |
| Other Links: | manifest | tags |
Context
|
2018-01-15
| ||
| 19:43 | Fix radiolist.net current page layout extraction (some countries empty now, just webplayers for some pages) check-in: aaf273595a user: mario tags: trunk | |
|
2017-11-17
| ||
| 13:20 | Change default streamripper user agent to 'iTunes 12.5/Gecko/SR' check-in: e4d747b68a user: mario tags: trunk | |
|
2017-10-16
| ||
| 22:58 | Implement new commandline parsing options, kxrs` cmdline_split as found on SO. And configurable simple quote (but still enabled for conf.windows by default). check-in: a325214b04 user: mario tags: trunk | |
Changes
Modified config.py from [c659badac6] to [d42c2b2b7d].
| ︙ | ︙ | |||
119 120 121 122 123 124 125 |
"audio/ogg": self.find_player(),
"audio/*": self.find_player(),
"video/youtube": self.find_player(typ="video") + " $(youtube-dl -g %srv)",
"video/*": self.find_player(typ="video", default="vlc"),
"url/http": self.find_player(typ="browser"),
}
self.record = {
| | | 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 |
"audio/ogg": self.find_player(),
"audio/*": self.find_player(),
"video/youtube": self.find_player(typ="video") + " $(youtube-dl -g %srv)",
"video/*": self.find_player(typ="video", default="vlc"),
"url/http": self.find_player(typ="browser"),
}
self.record = {
"audio/*": self.find_player(typ="xterm", append=' -e "streamripper %srv -u ''iTunes/12.5.5 (Linux; X11; Gecko rv:57) SR/1.64''" '), # -d /home/***USERNAME***/Musik
"video/youtube": self.find_player(typ="video", append=' $("youtube-dl %srv")'),
}
self.specbuttons = {
#"gtk-media-forward": "pavucontrol",
}
# Presets are redundant now. On first startup the `priority:` field of each plugin is checked.
self.plugins = {
|
| ︙ | ︙ |