Check-in [54297a5913]
Overview
| Comment: | Remove default specbuttons{} entry. |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
54297a5913d6e17f655be4658328983b |
| User & Date: | mario on 2016-10-22 18:59:16 |
| Other Links: | manifest | tags |
Context
|
2016-10-22
| ||
| 18:59 | - check-in: 1306bc3c6c user: mario tags: trunk | |
| 18:59 | Remove default specbuttons{} entry. check-in: 54297a5913 user: mario tags: trunk | |
| 18:58 | Shorten "house-mixes" title. check-in: dd4aa1e8ec user: mario tags: trunk | |
Changes
Modified config.py from [ff6fbbe1be] to [e6c70b9373].
| ︙ | ︙ | |||
120 121 122 123 124 125 126 |
"url/http": self.find_player(typ="browser"),
}
self.record = {
"audio/*": self.find_player(typ="xterm") + " -e \"streamripper %srv\"", # -d /home/***USERNAME***/Musik
"video/youtube": self.find_player(typ="xterm") + " -e \"youtube-dl %srv\"",
}
self.specbuttons = {
| | | 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 |
"url/http": self.find_player(typ="browser"),
}
self.record = {
"audio/*": self.find_player(typ="xterm") + " -e \"streamripper %srv\"", # -d /home/***USERNAME***/Musik
"video/youtube": self.find_player(typ="xterm") + " -e \"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 = {
# core plugins, cannot be disabled anyway
"bookmarks": 1,
"search": 1,
"streamedit": 1,
|
| ︙ | ︙ |