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

             Bug #: 1550
           Summary: Add support for querying episodes using EQL in CLI
    Classification: Unclassified
           Product: gPodder
           Version: Git "master" branch
          Platform: PC
        OS/Version: Linux
            Status: CONFIRMED
          Severity: feature request
          Priority: low
         Component: Command-line interface
        AssignedTo: [email protected]
        ReportedBy: [email protected]


It should be possible to list data of episodes using EQL. Based on this, it
should be possible to extract data from gPodder from the command line, e.g.

gpo> query downloaded and video    # EQL('downloaded and video')
Title: Episode 1
Podcast: Podcast A
Podcast URL: http://example.com/
URL: http://example.org/episode1.mp4
Filename: /home/user/gPodder/Downloads/Podcast A/episode1.mp4

Title: Episode 2
Podcast: Podcast A
Podcast URL: http://example.com/
URL: http://example.org/episode2.mp4
Filename: /home/user/gPodder/Downloads/Podcast A/episode2.mp4

Possible fields that should be displayed:

* Episode title
* GUID
* Podcast title
* Podcast URL 
* URL (Download URL)
* Filename (only when downloaded/filename set)
* File size
* Publish date
* Status (played/new/downloaded/deleted)
* Total time (duration)
* Current playback position (position)

Maybe provide to different query methods (one with a "short" info about every
episode (like above) and the other with all the possible fields).

-- 
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