Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/ar4Public

Download ORF Radio streams

License

NotificationsYou must be signed in to change notification settings

faljse/ar4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository offers a tool for downloading and archiving streams from all 12 ORF (Austrian Public Broadcaster) radio stations.

  • Archive full radio shows as MP3 files
  • Archive broadcast metadata as JSON
  • Archive broadcast and track images in all available resolutions
  • Archive broadcast .html page
  • Generate .m3u playlists from metadata for each show
  • ORF Broadcast API Version 5.0
  • Files are downloaded as .part files
  • No state files. Every file is checked for presence and re-downloaded if missing
  • Can be interrupted at any time.

How it works

  • Step 1: Download broadcast metadata .json files (Using One connection per station)
  • Step 2: Download streams, images, .html files using -c (default:4) concurrent connections per station.
  • The tool automatically skips files that already exist, making it easy to keep your archive up-to-date.For a complete collection, simply run the tool every day.

Build/test it

Requires jdk21+, mavenmvn compilemvn packagejava -jar target/ar4-1.0-SNAPSHOT.jar  archive -s fm4,oe1 folderName#save fm4,oe1 archive to folder folderName

ar4-1.0-SNAPSHOT.jar is an "Uber"-jar, that includes all its dependencies and can be used as a standalone application.

Usage

Usage: ar4 [COMMAND]Commands:  archive   save streams to directory  playlist  create m3u playlist from metadataUsage: ar4 archive [-c=<concurrency>] [-s=stations[,stations...]]... foldersave streams to directory      folder   archive folder-c, --concurrency=<concurrency>               Concurrent stream downloads per radio station.                 Default: 4-s, --stations=stations[,stations...]               Possible values: fm4,oe1,oe3,wie,bgl,ktn,noe,ooe,sbg,stm,tir,vbg                 Default: fm4,oe1,oe3,wieUsage: ar4 playlist [-a] archiveDir playlistDircreate m3u playlist from metadata      archiveDir    archive folder      playlistDir   playlist folder-a, --absolute    Create m3u file with absolute paths.                      Default:false

Example

#download last 7 days of fm4 music to folder fm4_archivejava -jar ar4-1.0-SNAPSHOT.jar  archive -s fm4 fm4_archive#generate playlists in folder fm4_playlistsjava -jar ar4-1.0-SNAPSHOT.jar  playlist fm4_archive fm4_playlists

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp