{"id":15625819,"url":"https://github.com/daniel15/downcast","last_synced_at":"2025-07-29T15:11:03.237Z","repository":{"id":139345272,"uuid":"430241996","full_name":"Daniel15/Downcast","owner":"Daniel15","description":"Basic downloader for podcast-style feeds, eg. from Soundcloud or iTunes.","archived":false,"fork":false,"pushed_at":"2023-10-04T06:00:44.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-04T17:55:46.717Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Daniel15.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-21T00:46:00.000Z","updated_at":"2023-03-10T11:18:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"ccf3a8e1-de6e-45f3-8652-fa53c28278b1","html_url":"https://github.com/Daniel15/Downcast","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daniel15%2FDowncast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daniel15%2FDowncast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daniel15%2FDowncast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daniel15%2FDowncast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Daniel15","download_url":"https://codeload.github.com/Daniel15/Downcast/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246215829,"owners_count":20741894,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T10:05:36.826Z","updated_at":"2025-03-29T17:16:27.697Z","avatar_url":"https://github.com/Daniel15.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# Downcast\n\nThis is a downloader for podcast-style feeds, for example from Soundcloud or iTunes, often used by DJs to share their mixes. It sorts them into a directory structure suitable for use with Plex (one folder per episode).\n\n# Supported Providers\n\n - Mixcloud\n - Any provider that uses RSS feeds (eg. Soundcloud, iTunes, etc)\n\n# Usage\n\n## Native (non-Docker)\n\n1. Install .NET 6.0\n2. Modify `appsettings.json` to contain the correct URLs. Use https://getrssfeed.com/ to find the RSS URL for a Soundcloud account\n3. Run `dotnet run --dry-run` to see what would be downloaded\n4. Run `dotnet run` to actually download the files\n\n## Docker\n\n1. Create a settings JSON file (see example `appsettings.json` in the repo)\n2. Run the container, mounting the settings file at `/app/appsettings.json` and the download folder somewhere reasonable (matching the config):\n\n```\ndocker run \\\n  --rm \\\n  --mount type=bind,source=\"/var/local/docker/downcast.json\",target=/app/appsettings.json \\\n  --mount type=bind,source=\"/mnt/user/media/music-mixes/\",target=/mixes \\\n  daniel15/downcast:latest \\\n  --dry-run\n```\n3. Remove `--dry-run` to actually download the files.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniel15%2Fdowncast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaniel15%2Fdowncast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniel15%2Fdowncast/lists"}