https://bugs.gpodder.org/show_bug.cgi?id=1050

Thomas Perl <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #7 from Thomas Perl <[email protected]> 2010-07-20 16:48:17 BST ---
(In reply to comment #6)
> I am still searching how to create a picture overlay for a clear display of 
> the
> "feed_update_enabled=FALSE" on the GUI. I found some extra python libraries,
> but I did not wanted to add them, as they are not standard.
> Do you have any experiences in this topics?

Yes, we already do this for the icons in the episode list. The function is
called "_get_tree_icon" in src/gpodder/gtkui/model.py - you probably want to
add a similar function to PodcastListModel and change the "_get_cover_image"
function in it to return a different/overlaid cover image when the feed updates
are disabled.

> do we need to sync the disable status of the feed? I was going for it, as I
> think that's good to know that the subscription is paused in gpodder.net. And
> also to disabled the feed on all you devices.
> Or are you against it? I think some glue might be missing in the API if this 
> is
> a wanted feature? 

We can't yet do this on the server side AFAIK. CC'ing Stefan, our resident web
service guru to this bug. I'm sure we can add the required APIs on the server
side and on the client side to synchronize this status as well. Feel free to
skip this for the first version of the patch, though. We can always add this as
a second patch on top of the first one later in the development cycle. It's a
good idea, though :)

-- 
Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
gPodder-Bugs mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-bugs

Reply via email to