Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 17, 2019 01:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/6204ab15310327730dc9cc4ea06c3547 to your computer and use it in GitHub Desktop.
Save ryantm/6204ab15310327730dc9cc4ea06c3547 to your computer and use it in GitHub Desktop.
/nix/store/cpb89gxhfbhhrv81lhfz4g0qfdz3k8vb-gpodder-3.10.9
├── bin
│   ├── gpo
│   ├── gpodder
│   └── gpodder-migrate2tres
├── lib
│   └── python3.7
│   └── site-packages
│   ├── gpodder
│   │   ├── build_info.py
│   │   ├── common.py
│   │   ├── config.py
│   │   ├── core.py
│   │   ├── coverart.py
│   │   ├── dbsqlite.py
│   │   ├── dbusproxy.py
│   │   ├── deviceplaylist.py
│   │   ├── directory.py
│   │   ├── download.py
│   │   ├── escapist_videos.py
│   │   ├── extensions.py
│   │   ├── feedcore.py
│   │   ├── feedservice.py
│   │   ├── gtkui
│   │   │   ├── app.py
│   │   │   ├── base.py
│   │   │   ├── config.py
│   │   │   ├── desktop
│   │   │   │   ├── channel.py
│   │   │   │   ├── episodeselector.py
│   │   │   │   ├── exportlocal.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── podcastdirectory.py
│   │   │   │   ├── preferences.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── channel.cpython-37.opt-1.pyc
│   │   │   │   │   ├── channel.cpython-37.pyc
│   │   │   │   │   ├── episodeselector.cpython-37.opt-1.pyc
│   │   │   │   │   ├── episodeselector.cpython-37.pyc
│   │   │   │   │   ├── exportlocal.cpython-37.opt-1.pyc
│   │   │   │   │   ├── exportlocal.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── podcastdirectory.cpython-37.opt-1.pyc
│   │   │   │   │   ├── podcastdirectory.cpython-37.pyc
│   │   │   │   │   ├── preferences.cpython-37.opt-1.pyc
│   │   │   │   │   ├── preferences.cpython-37.pyc
│   │   │   │   │   ├── welcome.cpython-37.opt-1.pyc
│   │   │   │   │   └── welcome.cpython-37.pyc
│   │   │   │   └── welcome.py
│   │   │   ├── desktopfile.py
│   │   │   ├── download.py
│   │   │   ├── draw.py
│   │   │   ├── __init__.py
│   │   │   ├── interface
│   │   │   │   ├── addpodcast.py
│   │   │   │   ├── common.py
│   │   │   │   ├── configeditor.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── progress.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── addpodcast.cpython-37.opt-1.pyc
│   │   │   │   │   ├── addpodcast.cpython-37.pyc
│   │   │   │   │   ├── common.cpython-37.opt-1.pyc
│   │   │   │   │   ├── common.cpython-37.pyc
│   │   │   │   │   ├── configeditor.cpython-37.opt-1.pyc
│   │   │   │   │   ├── configeditor.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── progress.cpython-37.opt-1.pyc
│   │   │   │   │   ├── progress.cpython-37.pyc
│   │   │   │   │   ├── tagcloud.cpython-37.opt-1.pyc
│   │   │   │   │   └── tagcloud.cpython-37.pyc
│   │   │   │   └── tagcloud.py
│   │   │   ├── macosx.py
│   │   │   ├── main.py
│   │   │   ├── model.py
│   │   │   ├── __pycache__
│   │   │   │   ├── app.cpython-37.opt-1.pyc
│   │   │   │   ├── app.cpython-37.pyc
│   │   │   │   ├── base.cpython-37.opt-1.pyc
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── config.cpython-37.opt-1.pyc
│   │   │   │   ├── config.cpython-37.pyc
│   │   │   │   ├── desktopfile.cpython-37.opt-1.pyc
│   │   │   │   ├── desktopfile.cpython-37.pyc
│   │   │   │   ├── download.cpython-37.opt-1.pyc
│   │   │   │   ├── download.cpython-37.pyc
│   │   │   │   ├── draw.cpython-37.opt-1.pyc
│   │   │   │   ├── draw.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── macosx.cpython-37.opt-1.pyc
│   │   │   │   ├── macosx.cpython-37.pyc
│   │   │   │   ├── main.cpython-37.opt-1.pyc
│   │   │   │   ├── main.cpython-37.pyc
│   │   │   │   ├── model.cpython-37.opt-1.pyc
│   │   │   │   ├── model.cpython-37.pyc
│   │   │   │   ├── services.cpython-37.opt-1.pyc
│   │   │   │   ├── services.cpython-37.pyc
│   │   │   │   ├── shownotes.cpython-37.opt-1.pyc
│   │   │   │   ├── shownotes.cpython-37.pyc
│   │   │   │   ├── widgets.cpython-37.opt-1.pyc
│   │   │   │   └── widgets.cpython-37.pyc
│   │   │   ├── services.py
│   │   │   ├── shownotes.py
│   │   │   └── widgets.py
│   │   ├── __init__.py
│   │   ├── jsonconfig.py
│   │   ├── log.py
│   │   ├── minidb.py
│   │   ├── model.py
│   │   ├── my.py
│   │   ├── opml.py
│   │   ├── player.py
│   │   ├── plugins
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── soundcloud.cpython-37.opt-1.pyc
│   │   │   │   └── soundcloud.cpython-37.pyc
│   │   │   └── soundcloud.py
│   │   ├── __pycache__
│   │   │   ├── build_info.cpython-37.opt-1.pyc
│   │   │   ├── build_info.cpython-37.pyc
│   │   │   ├── common.cpython-37.opt-1.pyc
│   │   │   ├── common.cpython-37.pyc
│   │   │   ├── config.cpython-37.opt-1.pyc
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── core.cpython-37.opt-1.pyc
│   │   │   ├── core.cpython-37.pyc
│   │   │   ├── coverart.cpython-37.opt-1.pyc
│   │   │   ├── coverart.cpython-37.pyc
│   │   │   ├── dbsqlite.cpython-37.opt-1.pyc
│   │   │   ├── dbsqlite.cpython-37.pyc
│   │   │   ├── dbusproxy.cpython-37.opt-1.pyc
│   │   │   ├── dbusproxy.cpython-37.pyc
│   │   │   ├── deviceplaylist.cpython-37.opt-1.pyc
│   │   │   ├── deviceplaylist.cpython-37.pyc
│   │   │   ├── directory.cpython-37.opt-1.pyc
│   │   │   ├── directory.cpython-37.pyc
│   │   │   ├── download.cpython-37.opt-1.pyc
│   │   │   ├── download.cpython-37.pyc
│   │   │   ├── escapist_videos.cpython-37.opt-1.pyc
│   │   │   ├── escapist_videos.cpython-37.pyc
│   │   │   ├── extensions.cpython-37.opt-1.pyc
│   │   │   ├── extensions.cpython-37.pyc
│   │   │   ├── feedcore.cpython-37.opt-1.pyc
│   │   │   ├── feedcore.cpython-37.pyc
│   │   │   ├── feedservice.cpython-37.opt-1.pyc
│   │   │   ├── feedservice.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── jsonconfig.cpython-37.opt-1.pyc
│   │   │   ├── jsonconfig.cpython-37.pyc
│   │   │   ├── log.cpython-37.opt-1.pyc
│   │   │   ├── log.cpython-37.pyc
│   │   │   ├── minidb.cpython-37.opt-1.pyc
│   │   │   ├── minidb.cpython-37.pyc
│   │   │   ├── model.cpython-37.opt-1.pyc
│   │   │   ├── model.cpython-37.pyc
│   │   │   ├── my.cpython-37.opt-1.pyc
│   │   │   ├── my.cpython-37.pyc
│   │   │   ├── opml.cpython-37.opt-1.pyc
│   │   │   ├── opml.cpython-37.pyc
│   │   │   ├── player.cpython-37.opt-1.pyc
│   │   │   ├── player.cpython-37.pyc
│   │   │   ├── query.cpython-37.opt-1.pyc
│   │   │   ├── query.cpython-37.pyc
│   │   │   ├── schema.cpython-37.opt-1.pyc
│   │   │   ├── schema.cpython-37.pyc
│   │   │   ├── services.cpython-37.opt-1.pyc
│   │   │   ├── services.cpython-37.pyc
│   │   │   ├── sync.cpython-37.opt-1.pyc
│   │   │   ├── sync.cpython-37.pyc
│   │   │   ├── syncui.cpython-37.opt-1.pyc
│   │   │   ├── syncui.cpython-37.pyc
│   │   │   ├── unittests.cpython-37.opt-1.pyc
│   │   │   ├── unittests.cpython-37.pyc
│   │   │   ├── util.cpython-37.opt-1.pyc
│   │   │   ├── util.cpython-37.pyc
│   │   │   ├── utilwin32ctypes.cpython-37.opt-1.pyc
│   │   │   ├── utilwin32ctypes.cpython-37.pyc
│   │   │   ├── utilwin32locale.cpython-37.opt-1.pyc
│   │   │   ├── utilwin32locale.cpython-37.pyc
│   │   │   ├── vimeo.cpython-37.opt-1.pyc
│   │   │   ├── vimeo.cpython-37.pyc
│   │   │   ├── youtube.cpython-37.opt-1.pyc
│   │   │   └── youtube.cpython-37.pyc
│   │   ├── query.py
│   │   ├── schema.py
│   │   ├── services.py
│   │   ├── sync.py
│   │   ├── syncui.py
│   │   ├── test
│   │   │   ├── __init__.py
│   │   │   ├── model.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── model.cpython-37.opt-1.pyc
│   │   │   └── model.cpython-37.pyc
│   │   ├── unittests.py
│   │   ├── util.py
│   │   ├── utilwin32ctypes.py
│   │   ├── utilwin32locale.py
│   │   ├── vimeo.py
│   │   └── youtube.py
│   └── gpodder-3.10.9-py3.7.egg-info
├── nix-support
│   └── propagated-build-inputs
└── share
├── applications
│   ├── gpodder.desktop
│   └── gpodder-url-handler.desktop
├── dbus-1
│   └── services
│   └── org.gpodder.service
├── gpodder
│   ├── examples
│   │   ├── gpodder_mark_played.py
│   │   └── hello_world.py
│   ├── extensions
│   │   ├── audio_converter.py
│   │   ├── command_on_download.py
│   │   ├── concatenate_videos.py
│   │   ├── enqueue_in_mediaplayer.py
│   │   ├── episode_website_context_menu.py
│   │   ├── gtk_statusicon.py
│   │   ├── minimize_on_start.py
│   │   ├── mpris-listener.py
│   │   ├── normalize_audio.py
│   │   ├── notification.py
│   │   ├── notification-win32.py
│   │   ├── rename_download.py
│   │   ├── rm_ogg_cover.py
│   │   ├── rockbox_convert2mp4.py
│   │   ├── rockbox_coverart.py
│   │   ├── sonos.py
│   │   ├── tagging.py
│   │   ├── taskbar_progress.py
│   │   ├── ted_subtitles.py
│   │   ├── ubuntu_appindicator.py
│   │   ├── ubuntu_unity.py
│   │   ├── update_feeds_on_startup.py
│   │   └── video_converter.py
│   ├── images
│   │   ├── directory-examples.png
│   │   ├── directory-gpodder.png
│   │   ├── directory-opml.png
│   │   ├── directory-soundcloud.png
│   │   ├── directory-tags.png
│   │   ├── directory-toplist.png
│   │   ├── directory-youtube.png
│   │   ├── podcast-0.png
│   │   ├── podcast-1.png
│   │   ├── podcast-2.png
│   │   ├── podcast-3.png
│   │   ├── podcast-4.png
│   │   └── podcast-all.png
│   └── ui
│   └── gtk
│   ├── gpodderaddpodcast.ui
│   ├── gpodderchannel.ui
│   ├── gpodderconfigeditor.ui
│   ├── gpodderepisodeselector.ui
│   ├── gpodderexporttolocalfolder.ui
│   ├── gpodderpodcastdirectory.ui
│   ├── gpodderpreferences.ui
│   ├── gpodder.ui
│   ├── gpodderwelcome.ui
│   └── menus.ui
├── icons
│   └── hicolor
│   ├── 16x16
│   │   └── apps
│   │   └── gpodder.png
│   ├── 22x22
│   │   └── apps
│   │   └── gpodder.png
│   ├── 24x24
│   │   └── apps
│   │   └── gpodder.png
│   ├── 26x26
│   │   └── apps
│   │   └── gpodder.png
│   ├── 32x32
│   │   └── apps
│   │   └── gpodder.png
│   ├── 40x40
│   │   └── apps
│   │   └── gpodder.png
│   ├── 48x48
│   │   └── apps
│   │   └── gpodder.png
│   ├── 64x64
│   │   └── apps
│   │   └── gpodder.png
│   └── scalable
│   └── apps
│   └── gpodder.svg
├── locale
│   ├── ca
│   │   └── LC_MESSAGES
│   │   └── gpodder.mo
│   ├── cs
│   │   └── LC_MESSAGES
│   │   └── gpodder.mo
│   ├── cs_CZ
│   │   └── LC_MESSAGES
│   │   └── gpodder.mo
│   ├── da
│   │   └── LC_MESSAGES
│   │   └── gpodder.mo
│   ├── de
│   │   └── LC_MESSAGES
│   │   └── gpodder.mo
│   ├── el
│   │   └── LC_MESSAGES
│   │   └── gpodder.mo
│   ├── es
│   │   └── LC_MESSAGES
│   │   └── gpodder.mo
│   ├── es_ES
│   │   └── LC_MESSAGES
│   │   └── gpodder.mo
│   ├── es_MX
│   │   └── LC_MESSAGES
│   │   └── gpodder.mo
│   ├── eu
│   │   └── LC_MESSAGES
│   │   └── gpodder.mo
│   ├── fa_IR
│   │   └── LC_MESSAGES
│   │   └── gpodder.mo
│   ├── fi
│   │   └── LC_MESSAGES
│   │   └── gpodder.mo
│   ├── fr
│   │   └── LC_MESSAGES
│   │   └── gpodder.mo
│   ├── gl
│   │   └── LC_MESSAGES
│   │   └── gpodder.mo
│   ├── he
│   │   └── LC_MESSAGES
│   │   └── gpodder.mo
│   ├── hu
│   │   └── LC_MESSAGES
│   │   └── gpodder.mo
│   ├── id_ID
│   │   └── LC_MESSAGES
│   │   └── gpodder.mo
│   ├── it
│   │   └── LC_MESSAGES
│   │   └── gpodder.mo
│   ├── kk
│   │   └── LC_MESSAGES
│   │   └── gpodder.mo
│   ├── ko_KR
│   │   └── LC_MESSAGES
│   │   └── gpodder.mo
│   ├── nb
│   │   └── LC_MESSAGES
│   │   └── gpodder.mo
│   ├── nl
│   │   └── LC_MESSAGES
│   │   └── gpodder.mo
│   ├── nn
│   │   └── LC_MESSAGES
│   │   └── gpodder.mo
│   ├── pl
│   │   └── LC_MESSAGES
│   │   └── gpodder.mo
│   ├── pt
│   │   └── LC_MESSAGES
│   │   └── gpodder.mo
│   ├── pt_BR
│   │   └── LC_MESSAGES
│   │   └── gpodder.mo
│   ├── ro
│   │   └── LC_MESSAGES
│   │   └── gpodder.mo
│   ├── ru
│   │   └── LC_MESSAGES
│   │   └── gpodder.mo
│   ├── sv
│   │   └── LC_MESSAGES
│   │   └── gpodder.mo
│   ├── tr
│   │   └── LC_MESSAGES
│   │   └── gpodder.mo
│   ├── tr_TR
│   │   └── LC_MESSAGES
│   │   └── gpodder.mo
│   ├── uk
│   │   └── LC_MESSAGES
│   │   └── gpodder.mo
│   └── zh_CN
│   └── LC_MESSAGES
│   └── gpodder.mo
├── man
│   └── man1
│   ├── gpo.1.gz
│   ├── gpodder.1.gz
│   └── gpodder-migrate2tres.1.gz
└── metainfo
└── org.gpodder.gpodder.appdata.xml
117 directories, 291 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment