Home
last modified time | relevance | path

Searched defs:podcast_id (Results 1 – 18 of 18) sorted by relevance

/dports/multimedia/gpodder/gpodder-3.10.17/src/gpodder/
H A Ddbsqlite.py61 def purge(self, max_episodes, podcast_id): argument
118 def get_podcast_statistics(self, podcast_id=None): argument
256 def episode_filename_exists(self, podcast_id, filename): argument
272 def delete_episode_by_guid(self, guid, podcast_id): argument
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/extractor/
H A Dradiozet.py28 def _call_api(self, podcast_id, display_id): argument
H A Dpolskieradio.py348 def _call_api(self, podcast_id, page): argument
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/podcasts-data/migrations/2018-06-30-141659_remove_dead_fields/
H A Dup.sql13 podcast_id INTEGER NOT NULL, field
H A Ddown.sql13 podcast_id INTEGER NOT NULL, field
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/podcasts-data/migrations/2018-06-30-150717_rename_tables/
H A Ddown.sql14 podcast_id INTEGER NOT NULL, field
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/podcasts-data/migrations/2017-12-09-125835_change_episode_pk/
H A Dup.sql13 podcast_id INTEGER NOT NULL, field
H A Ddown.sql16 podcast_id INTEGER NOT NULL field
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/podcasts-data/migrations/2017-12-22-145740_add_duration_column/
H A Ddown.sql13 podcast_id INTEGER NOT NULL, field
H A Dup.sql14 podcast_id INTEGER NOT NULL, field
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/podcasts-data/migrations/2021-06-24-185720_add_episode_play_position_column/
H A Ddown.sql13 podcast_id INTEGER NOT NULL, field
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/podcasts-data/migrations/2017-12-30-201631_remove_published_date/
H A Dup.sql13 podcast_id INTEGER NOT NULL, field
H A Ddown.sql14 podcast_id INTEGER NOT NULL, field
/dports/audio/clementine-player/Clementine-1.4.0rc1/data/schema/
H A Dschema-37.sql20 podcast_id INTEGER, field
/dports/net/grilo-plugins/grilo-plugins-0.3.14/src/podcasts/
H A Dgrl-podcasts.c809 remove_podcast_streams (sqlite3 *db, const gchar *podcast_id, GError **error) in remove_podcast_streams()
831 const gchar *podcast_id, in remove_podcast()
983 store_stream (sqlite3 *db, const gchar *podcast_id, Entry *entry) in store_stream()
1102 touch_podcast (sqlite3 *db, const gchar *podcast_id, PodcastData *data) in touch_podcast()
1388 get_podcast_info (sqlite3 *db, const gchar *podcast_id) in get_podcast_info()
/dports/audio/ampache/ampache-php74-5.0.0/src/Repository/Model/
H A DPodcast.php69 public function __construct($podcast_id = 0)
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/internet/podcasts/
H A Dpodcastbackend.cpp221 PodcastEpisodeList PodcastBackend::GetEpisodes(int podcast_id) { in GetEpisodes()
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Api/
H A DSubsonic_Xml_Data.php271 public static function isPodcast($podcast_id)