You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for podid in $( sqlite3 ~/gPodder/Database 'select id from podcast;' )
do
sqlite3 ~/gPodder/Database 'select """'"$HOME"'/gPodder/Downloads/" || p.download_folder || "/" || e.download_filename || """" from episode e join podcast p on e.podcast_id=p.id where p.id='"$podid"' and e.state=1 and e.published>=(SELECT min(published) FROM episode WHERE podcast_id='"$podid"' and state=1 and is_new);'