Check-in [781f57ecdc]
Overview
| Comment: | Disable "Format" column again. |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
781f57ecdce41393019dc114025d4d78 |
| User & Date: | mario on 2015-04-26 22:22:03 |
| Other Links: | manifest | tags |
Context
|
2015-04-26
| ||
| 22:22 | Uneeded windows desktop shortcut. check-in: 90605cbddc user: mario tags: trunk | |
| 22:22 | Disable "Format" column again. check-in: 781f57ecdc user: mario tags: trunk | |
| 22:21 | Embed base_url for extraction. check-in: c4d0f73dea user: mario tags: trunk | |
Changes
Modified channels/__init__.py from [5fc4a7eeff] to [c777f5bb8f].
| ︙ | ︙ | |||
75 76 77 78 79 80 81 |
["Station Title",275, ["title", str, "text", {"strikethrough":11, "cell-background":12, "cell-background-set":13}], ["favicon", gtk.gdk.Pixbuf, "pixbuf", {}], ],
["Now Playing", 185, ["playing", str, "text", {"strikethrough":11}], ], #{"width":20}
["Listeners", 45, ["listeners", int, "t", {"strikethrough":11}], ],
#["Max", 45, ["max", int, "t", {}], ],
["Bitrate", 35, ["bitrate", int, "t", {}], ],
["Homepage", 160, ["homepage", str, "t", {"underline":10}], ],
[False, 25, ["url", str, "t", {"strikethrough":11}], ],
| | | 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 |
["Station Title",275, ["title", str, "text", {"strikethrough":11, "cell-background":12, "cell-background-set":13}], ["favicon", gtk.gdk.Pixbuf, "pixbuf", {}], ],
["Now Playing", 185, ["playing", str, "text", {"strikethrough":11}], ], #{"width":20}
["Listeners", 45, ["listeners", int, "t", {"strikethrough":11}], ],
#["Max", 45, ["max", int, "t", {}], ],
["Bitrate", 35, ["bitrate", int, "t", {}], ],
["Homepage", 160, ["homepage", str, "t", {"underline":10}], ],
[False, 25, ["url", str, "t", {"strikethrough":11}], ],
[False, 20, ["format", str, None, {}], ],
[False, 0, ["favourite", bool, None, {}], ],
[False, 0, ["deleted", bool, None, {}], ],
[False, 0, ["search_col", str, None, {}], ],
[False, 0, ["search_set", bool, None, {}], ],
]
rowmap = [] # [state,genre,title,...] field enumeration still needed separately
titles = {} # for easier adapting of column titles in datamap
|
| ︙ | ︙ |