Coder Social home page Coder Social logo

download episod above 5 mins about podsync HOT 6 OPEN

Yumega avatar Yumega commented on July 23, 2024
download episod above 5 mins

from podsync.

Comments (6)

Th0masL avatar Th0masL commented on July 23, 2024 1

You can look in the log file or the output lines of podsync to confirm the behavior of the filter.

For example, for me I have a feed with the following filter :

[feeds]
  [feeds.SomeUserName]
  url = "https://www.youtube.com/user/SomeUserName" # URL address of a channel, group, user, or playlist.
  page_size = 25
  update_period = "24h"
  quality = "low"
  format = "audio"
  filters = { min_duration = 1800 }
  clean = { keep_last = 100 } # Keep last X episodes (order desc by PubDate)
  youtube_dl_args = ["--match-filter", "!is_live"]

And that's the log output :

$ cat /data/docker/podsync/podsync.log | grep "duration"
time="2023-03-21T19:52:33Z" level=info msg="skipping due to duration filter (1499s)" episode_id=XXXXX filter=min_duration

In this case, we can see that the episode got skipped because the duration of the episode is 1499 seconds, which is less than the value of 1800 configured in min_duration

from podsync.

Th0masL avatar Th0masL commented on July 23, 2024

You are using the filter in the wrong way.

When using max_duration, it's only keeping the episodes that have a duration below the value provided.

In your case, you want to use min_duration to only keep the episodes that have a duration greater than the value provided.

from podsync.

Th0masL avatar Th0masL commented on July 23, 2024

And also, 5 minutes = 300 seconds, not 360

from podsync.

Yumega avatar Yumega commented on July 23, 2024

I set filters = { min_duration = 300 } at first,but I only got audios less than 5 mins

from podsync.

mmcmd avatar mmcmd commented on July 23, 2024

FYI for anyone having this issue in the future where the filter is not working, you are likely using an old docker images. Make sure to download the NIGHTLY version (latest won't work!):

sudo docker pull ghcr.io/mxpv/podsync:nightly

from podsync.

mlindgren80 avatar mlindgren80 commented on July 23, 2024

Do we still need to use the nightly builds? Trying to figure out what I'm doing wrong with this feed:

[feeds]
  [feeds.MYFEED] # Feed
  url = "URL"
  page_size = 3
  update_period = "60m"
  quality = "high"
  max_height = 720
  format = "video"
  filters = { not_title = "watchalong", min_duration=1200 }
  cover_art = "https://URL"
  clean = { keep_last = 10 }
  youtube_dl_args = ["--match-filter", "!is_live"]

from podsync.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.