Index: channels/bookmarks.py ================================================================== --- channels/bookmarks.py +++ channels/bookmarks.py @@ -19,10 +19,11 @@ from config import * from uikit import * from channels import * +import favicon # The bookmarks tab is a core feature and built into the GtkBuilder # layout. Which is why it derives from GenericChannel, and requires @@ -39,10 +40,11 @@ # content listformat = "any" categories = ["favourite", ] # timer, links, search, and links show up as needed finder_song = { "genre": "Youtube ", "format": "video/youtube", "playing": "current_", "title": "The Finder song", "url": "http://youtube.com/v/omyZy4H8y9M", "homepage": "http://youtu.be/omyZy4H8y9M" } streams = {"favourite":[finder_song], "search":[], "scripts":[], "timer":[], "history":[], } + default = "favourite" # cache list, to determine if a PLS url is bookmarked urls = []