RB.PodcastManager¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
class |
|
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
database |
||
r |
updating |
Signals¶
- Inherited:
Name |
Short Description |
---|---|
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class RB.PodcastManager(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod add_post(db, search_result, entry, name, title, subtitle, generator, uri, description, guid, date, duration, position, filesize)¶
- Parameters:
- Return type:
- classmethod entry_downloaded(entry)¶
- Parameters:
entry (
RB.RhythmDBEntry
) –- Return type:
- classmethod new(db)¶
- Parameters:
db (
RB.RhythmDB
) –- Return type:
- add_parsed_feed(feed)¶
- Parameters:
feed (
RB.PodcastChannel
) –
- add_search(search_type)¶
- Parameters:
search_type (
GObject.GType
) –
- cancel_download(entry)¶
- Parameters:
entry (
RB.RhythmDBEntry
) –- Return type:
- delete_download(entry)¶
- Parameters:
entry (
RB.RhythmDBEntry
) –
- download_entry(entry)¶
- Parameters:
entry (
RB.RhythmDBEntry
) –
- entry_in_download_queue(entry)¶
- Parameters:
entry (
RB.RhythmDBEntry
) –- Return type:
- get_searches()¶
- Returns:
list of search instances
- Return type:
Returns the list of podcast searches
- shutdown()¶
- start_sync()¶
- update_feeds()¶
Signal Details¶
- RB.PodcastManager.signals.feed_update_status(podcast_manager, object, p0, p1)¶
- Signal Name:
feed-update-status
- Flags:
- Parameters:
podcast_manager (
RB.PodcastManager
) – The object which received the signalobject (
str
) –p0 (
RB.PodcastFeedUpdateStatus
) –p1 (
str
) –
- RB.PodcastManager.signals.finish_download(podcast_manager, object, p0)¶
- Signal Name:
finish-download
- Flags:
- Parameters:
podcast_manager (
RB.PodcastManager
) – The object which received the signalobject (
RB.RhythmDBEntry
) –p0 (
GLib.Error
) –
- RB.PodcastManager.signals.start_download(podcast_manager, object)¶
- Signal Name:
start-download
- Flags:
- Parameters:
podcast_manager (
RB.PodcastManager
) – The object which received the signalobject (
RB.RhythmDBEntry
) –
Property Details¶
- RB.PodcastManager.props.db¶
- Name:
db
- Type:
- Default Value:
- Flags:
database