Podsync Versions Save

Turn YouTube or Vimeo channels, users, or playlists into podcast feeds

v2.7.0

1 month ago

Changelog

  • 3aee543 Add TLS support
  • 49b707c Bump actions/checkout from 3 to 4
  • 719aefa Bump actions/setup-go from 4 to 5
  • a043e26 Bump actions/upload-artifact from 3 to 4
  • bb584f0 Bump docker/build-push-action from 4 to 5
  • 9cc74a2 Bump docker/login-action from 2 to 3
  • dc3f2f7 Bump docker/setup-buildx-action from 2 to 3
  • 31bf0c2 Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.3
  • 92bb248 Bump github.com/stretchr/testify from 1.8.2 to 1.9.0
  • ebffa3a Bump golang.org/x/oauth2 from 0.6.0 to 0.9.0
  • 33b0204 Bump golang.org/x/sync from 0.1.0 to 0.6.0
  • 75873a7 Bump golangci/golangci-lint-action from 3 to 4
  • 92fdff3 Bump goreleaser/goreleaser-action from 4 to 5
  • a0df050 Fix goreleaser config
  • 391489a Fix tests and lints
  • 4a9eafd Fix version tag when releasing docker images
  • 7a81903 Replace deprecated function calls
  • 145abe1 Update dependecines and Go version
  • d8e042a Update golangci-lint
  • cffd002 Update release notes formatting

Docker images

docker pull ghcr.io/mxpv/podsync:v2.7.0
docker pull ghcr.io/mxpv/podsync:latest

v2.6.1

1 year ago

Changelog

  • dd551d9 Include docker image links in release notes

Docker images

docker pull ghcr.io/mxpv/podsync:latest

v2.6.0

1 year ago

Changelog

  • 081dfbd Add S3 prefix support (#498)
  • 24166c4 Add max_age filter to skip old episodes
  • 2552a6c Add min and max duration filter
  • 748084d Add nightly build job
  • d871db8 Add option to enable debug mode in config.toml
  • 79634a3 Bump actions/setup-go from 3 to 4
  • b86b8f0 Bump github.com/stretchr/testify from 1.8.1 to 1.8.2
  • 2e7d99a Bump golang.org/x/oauth2 from 0.0.0-20180620175406-ef147856a6dd to 0.6.0
  • 2500587 Bump golang.org/x/sync from 0.0.0-20220722155255-886fb9371eb4 to 0.1.0
  • 90912c2 Bump gopkg.in/natefinch/lumberjack.v2 from 2.0.0 to 2.2.1
  • f969164 Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0
  • 8c19c32 Bump goreleaser/goreleaser-action from 4.1.0 to 4.2.0
  • 6fed6da Create how_to_setup_podsync_on_synology_nas.md
  • 52fe94f Fix S3 setting name in example
  • 5c29072 Fix nightly tag
  • 5b7ddeb Publish nightly builds (fix: #394)
  • 453484a Rebase with main
  • 4ebdc47 Remove helper
  • a546bbf Rename vars
  • 947ac53 Rework release
  • 76985c5 Update cloud_formation.yml
  • 70f64c5 Update docs/how_to_setup_podsync_on_synology_nas.md
  • 675845d Update docs/how_to_setup_podsync_on_synology_nas.md
  • 6bdd009 Update docs/how_to_setup_podsync_on_synology_nas.md
  • 7d18be9 Use Env Vars to build and push Docker Images, bump golangci-lint to v1.50.1
  • c8b4aa2 run gofmt

v2.5.0

1 year ago

What's Changed

Dependencies

New Contributors

Full Changelog: https://github.com/mxpv/podsync/compare/v2.4.2...v2.5.0

v2.4.2

2 years ago

Changelog

  • aaf8e09 Add config.toml.example (fix #269 #194)
  • 142b0e0 Add server package
  • 3690018 Allow custom youtube-dl path
  • 43c44fc Allow specify string as API key
  • 5483455 Decouple config package
  • 26f4b2a Fix context import
  • 1c2e374 Fix data path in docker compose file
  • db4de62 Migrate to pelletier/go-toml
  • a5c6e2d Move cron section to docs
  • 0edf283 Notify when using log file (fix: #224)
  • 12cdbf6 Refactor code to allow pluggable storages
  • 16315c0 Update docker compose (close: #270)
  • 34c708d readd WORKDIR /app config.toml uses relative path, from the current directory, $PWD by default is /.

v2.4.1

2 years ago

Changelog

  • 1ae7f09 Add Podcast Owner Custom Definitions per #171
  • 2522d72 Add dependabot
  • 2751c4b Add server bind option (#190)
  • 2fdc827 Bump actions/checkout from 1 to 2.4.0
  • 2b2f6f7 Bump actions/setup-go from 1 to 2.1.5
  • bc2c910 Bump actions/upload-artifact from 1 to 2.3.1
  • 330ac47 Bump github.com/dgraph-io/badger from 1.6.0 to 1.6.2 (#258)
  • 9910373 Bump github.com/golang/mock from 1.4.3 to 1.6.0
  • d117800 Bump github.com/hashicorp/go-multierror from 1.0.0 to 1.1.1
  • ddca372 Bump github.com/jessevdk/go-flags from 1.4.0 to 1.5.0 (#257)
  • 4b305b5 Bump github.com/sirupsen/logrus from 1.2.0 to 1.8.1
  • 941fba5 Bump github.com/stretchr/testify from 1.4.0 to 1.7.0
  • 93c762a Bump goreleaser/goreleaser-action from 1 to 2.8.0
  • da93686 Dockerfile:add --no-banner.
  • 40ad9a4 Fix TOML inline table definition in Tests
  • ac0aa8f Fix vimeo test
  • c1130f3 Initial SoundCloud playlist support
  • 0f607dc Require gopkg.in/yaml.v2 v2.2.8
  • cc9fcb4 Revert "dockerfile: source youtube-dl from alpine repos" #195
  • 24aed66 Update badges
  • 3f9c059 Update branch names on CI
  • f337f6c Update release actions
  • 1620697 Use golangci-lint github action
  • 52293e4 add support for descengind playlists
  • 4fa6da6 build podsync inside docker
  • d7885eb dockerfile: source youtube-dl from alpine repos
  • 8d8832e readme: demonstrate new custom fields in example config.

v2.4.0

3 years ago

Changelog

d39e464 Configure download timeouts #186 31cb976 README.md: example config: remove quotes from max_height ec5eae7 Include tzdata in Dockerfile #131 3572e14 Support cover art quality 0ce6e99 Customize subcategories #161 fc952bf Add CI timeouts beb6d5e Update Go to 1.15 and linter #141 #157 27e41d7 Support overwriting title, author and description of feed (#177) a4f8545 Merge pull request #173 from tatzyr/h264 01d74f8 Use H.264 codec first 33dfac1 Merge pull request #169 from tuxpeople/patch-1 0634cb9 Update README.md

Docker images

  • docker pull mxpv/podsync:v2.4.0
  • docker pull mxpv/podsync:v2.4
  • docker pull mxpv/podsync:latest

v2.3.0

3 years ago

Changelog

1372c63 Temporary disable Github registry 303d741 Merge pull request #163 from ticky/additional-youtubedl-arguments a878c05 Allow additional youtube-dl arguments 00c7bce Merge pull request #153 from dop251/cleanup-pr a21f8d9 Remove 'stale' episodes. When cleaning remove title and description to save space. 0c41b47 Only consider downloaded episodes when cleaning (#152) f8f8bd9 Fixed episodes out-of-order in XML #151 #133 13e77d0 Merge pull request #148 from dop251/filters-pr b47cc9b Implemented negative filters for title and description. af09e4c Prevent CI running jobs twice in PRs 66f2455 Update Makefile 8415f6f Minor log fixes 9f4f985 Merge pull request #132 from mxpv/key-rotation 2842960 Update README 24c9e79 Refactor feed package d1bd2c2 Integrate key providers 7a65e3d Implement key providers 2623a30 Allow specify list of API keys in TOML 82bbd02 Switch toml package to github.com/naoina/toml df7dc56 Fix self update loop 57d84f7 Upload podsync binaries from CI Build job eb17568 Use latest youtube-dl in Dockerfile #119 0e4a7a6 Auto update youtube-dl #119 #130 e764ab6 Refactor packages 10c2de0 Enable back Github docker store

Docker images

  • docker pull mxpv/podsync:v2.3.0
  • docker pull mxpv/podsync:v2.3
  • docker pull mxpv/podsync:latest

v2.2.2

4 years ago

Changelog

6a11db7 Enable more linters 7ad62b6 Fix occasional crash #128 #129 fb9ba8a Remove temporary files and directories. f7d0f0b Support log rotation 3dd0e85 Update feed customizations #125 a3fcd67 Update go mod 44e1f77 Validate go mod on CI

Docker images

  • docker pull mxpv/podsync:v2.2.2
  • docker pull mxpv/podsync:v2.2
  • docker pull mxpv/podsync:latest

v2.2.1

4 years ago

Changelog

4afc477 Detect ffmpeg or avconv for youtube-dl #122 67478ac Fix key not found error #120 174557e Log a message when a '429 Too Many Requests' error is detected, in case of another error log the output from youtube-dl. (#121) 40dd2f5 Respect page_size parameter when downloading episodes

Docker images

  • docker pull mxpv/podsync:v2.2.1
  • docker pull mxpv/podsync:v2.2
  • docker pull mxpv/podsync:latest