unitf-radio 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 8683114cfcebfbe02e92e7b3f41bac8f395d0f2b9ef159397b2b6a30be2f4059
4
+ data.tar.gz: 810f00ce610d6a6ba31309f4b3605a2fd187d86b1bd4fc35739eec7d5a87dfaa
5
+ SHA512:
6
+ metadata.gz: e96b1f592e5184f85279fee9898eecba663b6450673fc7a1f5fd51a69d9ae48d2e9a45a6fb58d4a52c628ac83bdc09b572d2f154ea428f9d755ca050b0a56b41
7
+ data.tar.gz: 9cc805ad22ae4472179b91d3cb3044bd86b14b9875baec8d96cba6bb4e9624a43f1c5a19437cf87f7ce8a806286406d4de1df188ede8fc3ecaf837092a845110
data/.gitignore ADDED
@@ -0,0 +1,12 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+ *.gem
10
+
11
+ # rspec failure tracking
12
+ .rspec_status
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
@@ -0,0 +1,52 @@
1
+ {
2
+ // See https://go.microsoft.com/fwlink/?LinkId=733558
3
+ // for the documentation about the tasks.json format
4
+ "version": "2.0.0",
5
+ "tasks": [
6
+ {
7
+ "label": "build-project",
8
+ "type": "shell",
9
+ "group": {
10
+ "kind": "build",
11
+ "isDefault": true
12
+ },
13
+ "options": {
14
+ "cwd": "${workspaceFolder}",
15
+ },
16
+ "presentation": {
17
+ "clear": false
18
+ },
19
+ "command": "bundle exec ruby exe/wfmu -d /Users/mbaron/tmp/radio BJ"
20
+ },
21
+ {
22
+ "label": "test-project",
23
+ "type": "shell",
24
+ "presentation": {
25
+ "clear": true
26
+ },
27
+ "group": {
28
+ "kind": "test",
29
+ "isDefault": true
30
+ },
31
+ "command": "bundle exec rspec ${workspaceRoot}"
32
+ },
33
+ {
34
+ "label": "lint-project",
35
+ "type": "shell",
36
+ "presentation": {
37
+ "clear": true
38
+ },
39
+ "command": "/usr/bin/env rubocop ${workspaceRoot}",
40
+ "problemMatcher": []
41
+ },
42
+ {
43
+ "label": "lint-file",
44
+ "type": "shell",
45
+ "presentation": {
46
+ "clear": true
47
+ },
48
+ "command": "/usr/bin/env rubocop ${file}",
49
+ "problemMatcher": []
50
+ }
51
+ ]
52
+ }
data/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ ## [Unreleased]
2
+
3
+ ## [0.1.0] - 2021-12-09
4
+
5
+ - Initial release
@@ -0,0 +1,84 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
+
7
+ We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8
+
9
+ ## Our Standards
10
+
11
+ Examples of behavior that contributes to a positive environment for our community include:
12
+
13
+ * Demonstrating empathy and kindness toward other people
14
+ * Being respectful of differing opinions, viewpoints, and experiences
15
+ * Giving and gracefully accepting constructive feedback
16
+ * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
+ * Focusing on what is best not just for us as individuals, but for the overall community
18
+
19
+ Examples of unacceptable behavior include:
20
+
21
+ * The use of sexualized language or imagery, and sexual attention or
22
+ advances of any kind
23
+ * Trolling, insulting or derogatory comments, and personal or political attacks
24
+ * Public or private harassment
25
+ * Publishing others' private information, such as a physical or email
26
+ address, without their explicit permission
27
+ * Other conduct which could reasonably be considered inappropriate in a
28
+ professional setting
29
+
30
+ ## Enforcement Responsibilities
31
+
32
+ Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
33
+
34
+ Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
35
+
36
+ ## Scope
37
+
38
+ This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
39
+
40
+ ## Enforcement
41
+
42
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at mwb@unitf.net. All complaints will be reviewed and investigated promptly and fairly.
43
+
44
+ All community leaders are obligated to respect the privacy and security of the reporter of any incident.
45
+
46
+ ## Enforcement Guidelines
47
+
48
+ Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
49
+
50
+ ### 1. Correction
51
+
52
+ **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
53
+
54
+ **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
55
+
56
+ ### 2. Warning
57
+
58
+ **Community Impact**: A violation through a single incident or series of actions.
59
+
60
+ **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
61
+
62
+ ### 3. Temporary Ban
63
+
64
+ **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
65
+
66
+ **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
67
+
68
+ ### 4. Permanent Ban
69
+
70
+ **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
71
+
72
+ **Consequence**: A permanent ban from any sort of public interaction within the community.
73
+
74
+ ## Attribution
75
+
76
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0,
77
+ available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
78
+
79
+ Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
80
+
81
+ [homepage]: https://www.contributor-covenant.org
82
+
83
+ For answers to common questions about this code of conduct, see the FAQ at
84
+ https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.
data/Gemfile ADDED
@@ -0,0 +1,10 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+
5
+ # Specify your gem's dependencies in unitf-radio.gemspec
6
+ gemspec
7
+
8
+ gem "rake", "~> 13.0"
9
+
10
+ gem "rspec", "~> 3.0"
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2021 Matt Baron
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,43 @@
1
+ # Unitf::Radio
2
+
3
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/unitf/radio`. To experiment with that code, run `bin/console` for an interactive prompt.
4
+
5
+ TODO: Delete this and the text above, and describe your gem
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'unitf-radio'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle install
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install unitf-radio
22
+
23
+ ## Usage
24
+
25
+ TODO: Write usage instructions here
26
+
27
+ ## Development
28
+
29
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
+
31
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
+
33
+ ## Contributing
34
+
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/unitf-radio. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/unitf-radio/blob/master/CODE_OF_CONDUCT.md).
36
+
37
+ ## License
38
+
39
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
40
+
41
+ ## Code of Conduct
42
+
43
+ Everyone interacting in the Unitf::Radio project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/unitf-radio/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,8 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "bundler/gem_tasks"
4
+ require "rspec/core/rake_task"
5
+
6
+ RSpec::Core::RakeTask.new(:spec)
7
+
8
+ task default: :spec
data/bin/console ADDED
@@ -0,0 +1,15 @@
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ require "bundler/setup"
5
+ require "unitf/radio"
6
+
7
+ # You can add fixtures and/or initialization code here to make experimenting
8
+ # with your gem easier. You can also use a different console, if you like.
9
+
10
+ # (If you use this, don't forget to add pry to your Gemfile!)
11
+ # require "pry"
12
+ # Pry.start
13
+
14
+ require "irb"
15
+ IRB.start(__FILE__)
data/bin/setup ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
data/bin/test.rb ADDED
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'unitf/radio'
4
+ require 'unitf/radio/wfmu'
5
+
6
+ UnitF::Radio::WFMU.show_data('BJ')
data/exe/kfai ADDED
@@ -0,0 +1,93 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'optparse'
4
+ require 'unitf/logging'
5
+ require 'unitf/radio'
6
+ require 'date'
7
+ require 'fileutils'
8
+ require 'unitf/tag'
9
+
10
+ UnitF::Log.to_console
11
+
12
+ # BASE_DIR = "#{ENV['HOME']}/tmp/music/KFAI"
13
+ BASE_DIR = ENV.fetch('UNITF_RADIO_DIR', '/nas/music2/KFAI')
14
+
15
+ def show_dates(wday)
16
+ raise StandardError "Invalid week day: #{wday}" if wday > 6
17
+
18
+ today = Date.today
19
+ dates = []
20
+
21
+ while dates.size < 2
22
+ today -= 1
23
+ if today.wday == wday
24
+ dates << today
25
+ end
26
+ end
27
+
28
+ dates
29
+ end
30
+
31
+ shows = {
32
+ StrictlyButter: {
33
+ day: 6,
34
+ name: 'Strictly Butter'
35
+ },
36
+
37
+ EchoChamber: {
38
+ day: 3,
39
+ name: 'Echo Chamber'
40
+ },
41
+
42
+ VoiceCriedSoftly: {
43
+ day: 5,
44
+ name: 'Voice Cried Softly'
45
+ },
46
+
47
+ InternationalJazzConspiracy: {
48
+ day: 3,
49
+ name: 'International Jazz Conspiracy'
50
+ }
51
+ }
52
+
53
+ shows.each_pair do |key, show|
54
+ dates = show_dates(show[:day])
55
+ show_dir = "#{BASE_DIR}/#{show[:name]}"
56
+ playlist_file = "#{show_dir}/#{show[:name]}.m3u"
57
+
58
+ dates.each do |date|
59
+ target_dir = "#{show_dir}/#{date.year}"
60
+ target_file = "#{key}_#{date}.mp3"
61
+ target_path = "#{target_dir}/#{target_file}"
62
+
63
+ next if File.exist?(target_path)
64
+
65
+ FileUtils.mkpath(target_dir)
66
+
67
+ url = "http://archive.kfai.org/#{key}/#{target_file}"
68
+
69
+ puts "Fetching #{target_path} from #{url}"
70
+ system(%(curl --fail-with-body -o "#{target_path}" "#{url}"))
71
+
72
+ if $?.exitstatus.positive?
73
+ File.unlink(target_path)
74
+ next
75
+ end
76
+
77
+ UnitF::Tag.update(target_path) do |file|
78
+ file.tag.album = date.year.to_s
79
+ file.tag.artist = show[:name]
80
+ file.tag.year = date.year
81
+ file.tag.title = date.to_s
82
+
83
+ UnitF::Log.info("Auto Cover #{file.cover_path}")
84
+ file.auto_cover!
85
+ end
86
+ end
87
+
88
+ begin
89
+ File.write(playlist_file, UnitF::Radio.playlist_tracks(show_dir).join("\n") + "\n")
90
+ rescue StandardError => e
91
+ puts "Error saving playlist for #{show[:name]} - #{e}"
92
+ end
93
+ end
data/exe/wfmu ADDED
@@ -0,0 +1,31 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'optparse'
4
+ require 'unitf/logging'
5
+ require 'unitf/radio'
6
+ require 'unitf/radio/wfmu'
7
+
8
+ opt = {
9
+ base_dir: '/nas/music2/WFMU'
10
+ }
11
+
12
+ shows = OptionParser.new do |opts|
13
+ opts.on("-d DIR", "Base directory") do |dir|
14
+ opt[:base_dir] = dir
15
+ end
16
+ end.parse!
17
+
18
+ raise StandardError.new("Bad or missing base dir") unless Dir.exist?(opt[:base_dir].to_s)
19
+
20
+ UnitF::Log.to_console
21
+
22
+ shows.each do |show_id|
23
+ target_dir = "#{opt[:base_dir]}/#{show_id}"
24
+ playlist_file = "#{opt[:base_dir]}/#{show_id}.m3u"
25
+ UnitF::Radio::WFMU::process_show(show_id, target_dir)
26
+ begin
27
+ File.write(playlist_file, UnitF::Radio.playlist_tracks(target_dir).join("\n") + "\n")
28
+ rescue StandardError => e
29
+ puts "Error saving playlist for #{show_id}"
30
+ end
31
+ end
@@ -0,0 +1,16 @@
1
+ require 'faraday'
2
+ require 'nokogiri'
3
+ require 'open-uri'
4
+
5
+ require 'unitf/logging'
6
+
7
+ module UnitF
8
+ module Radio
9
+ module KFAI
10
+ class << self
11
+
12
+
13
+ end
14
+ end
15
+ end
16
+ end
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ module UnitF
4
+ module Radio
5
+ VERSION = "0.2.0"
6
+ end
7
+ end
@@ -0,0 +1,68 @@
1
+ require 'faraday'
2
+ require 'nokogiri'
3
+ require 'open-uri'
4
+
5
+ require 'unitf/logging'
6
+ require 'unitf/tag'
7
+
8
+ module UnitF
9
+ module Radio
10
+ module WFMU
11
+ class << self
12
+ def process_episode(show_id, title, url, date, target_dir)
13
+ source_url = Faraday.get(url).body.strip
14
+ file = source_url.split('/')[-1]
15
+ target_path = "#{target_dir}/#{file}"
16
+
17
+ if File.exists?(target_path)
18
+ UnitF::Log.info("File #{target_path} already exists")
19
+ return
20
+ end
21
+
22
+ Dir.mkdir(target_dir) unless Dir.exist?(target_dir)
23
+
24
+ cmd = %Q( curl "#{source_url}" -o "#{target_path}")
25
+ UnitF::Log.info("Downloading #{file} with command #{cmd}")
26
+ system(cmd)
27
+
28
+ UnitF::Tag.update(target_path) do |file|
29
+ tags = file.auto_tags
30
+
31
+ file.tag.album = "#{show_id} #{date.year}" unless tags.key?(:album)
32
+ file.tag.album = "#{tags.fetch(:album)} #{date.year}" if tags.key?(:album)
33
+ file.tag.artist = 'WFMU'
34
+ file.tag.year = date.year
35
+ file.tag.title = ::File.basename(target_path).gsub('.mp3', '')
36
+
37
+ UnitF::Log.info("Auto Cover #{file.cover_path}")
38
+ file.auto_cover!
39
+ end
40
+ end
41
+
42
+ def process_show(show_id, target_dir)
43
+ doc = Nokogiri::XML(URI.open("http://www.wfmu.org/archivefeed/mp3/#{show_id}.xml"))
44
+ puts doc.to_s
45
+ # doc = Nokogiri::XML(File.read('/Users/mbaron/conf/bj.xml'))
46
+ doc.xpath('//channel/item').each do |item|
47
+ title = item.xpath('title')[0].content
48
+ url = item.xpath('link')[0].content
49
+ date = Date.parse(item.xpath('pubDate')[0].content)
50
+ process_episode(show_id, title, url, date, target_dir)
51
+ end
52
+ end
53
+
54
+ def show_map
55
+ {
56
+ BJ: 'Put The Needle On The Record',
57
+ FP: 'Fool\'s Paradise',
58
+ DB: 'Gateway to Joy',
59
+ FR: 'Strength Through Failure',
60
+ CR: 'Sinner\'s Crossroads',
61
+ DN: 'Daniel Blumin',
62
+ GJ: 'Glen Jones'
63
+ }
64
+ end
65
+ end
66
+ end
67
+ end
68
+ end
@@ -0,0 +1,34 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "radio/version"
4
+
5
+ module UnitF
6
+ module Radio
7
+ class << self
8
+ def base_dir
9
+ @base_dir ||= '/tmp'
10
+ end
11
+
12
+ def base_dir=(base_dir)
13
+ @base_dir = base_dir
14
+ end
15
+
16
+ def playlist_tracks(dir, max_size: 40)
17
+ raise Error, "Invalid directory #{dir}" unless File.directory?(dir)
18
+
19
+ Dir.glob("#{dir}/**/*.mp3").sort.reverse.first(max_size)
20
+ end
21
+
22
+ def tags(key)
23
+ return @tags.fetch(key, nil) unless @tags.nil?
24
+
25
+ spec = Gem::Specification.find_by_name("unitf-radio")
26
+ @tags = JSON.parse(File.read("#{spec.gem_dir}/resources/tags.json"))
27
+ puts @tags
28
+ @tags.fetch(key, nil)
29
+ end
30
+ end
31
+
32
+ class Error < StandardError; end
33
+ end
34
+ end
@@ -0,0 +1,14 @@
1
+ {
2
+ "BJ": {
3
+ "album": "Put The Needle On The Record",
4
+ "artist": "WFMU"
5
+ },
6
+ "FR": {
7
+ "album": "Strength Through Failure",
8
+ "artist": "WFMU"
9
+ },
10
+ "FP": {
11
+ "album": "Fool's Paradise",
12
+ "artist": "WFMU"
13
+ }
14
+ }
@@ -0,0 +1,36 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "lib/unitf/radio/version"
4
+
5
+ Gem::Specification.new do |spec|
6
+ spec.name = "unitf-radio"
7
+ spec.version = UnitF::Radio::VERSION
8
+ spec.authors = ["Matt Baron"]
9
+ spec.email = ["mwb@unitf.net"]
10
+
11
+ spec.summary = "Audio archiving"
12
+ spec.description = spec.summary
13
+ spec.homepage = "http://www.github.com/mattbaron"
14
+ spec.license = "MIT"
15
+ spec.required_ruby_version = ">= 3.0.0"
16
+
17
+ # spec.metadata["allowed_push_host"] = "TODO: Set to 'https://mygemserver.com'"
18
+
19
+ spec.metadata["homepage_uri"] = spec.homepage
20
+ spec.metadata["source_code_uri"] = "http://www.github.com/mattbaron"
21
+ spec.metadata["changelog_uri"] = "http://www.github.com/mattbaron"
22
+
23
+ # Specify which files should be added to the gem when it is released.
24
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
25
+ spec.files = Dir.chdir(File.expand_path(__dir__)) do
26
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }
27
+ end
28
+ spec.bindir = "exe"
29
+ spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
30
+ spec.require_paths = ["lib"]
31
+
32
+ spec.add_dependency "faraday"
33
+ spec.add_dependency "nokogiri"
34
+ spec.add_dependency "unitf-logging"
35
+ spec.add_dependency "unitf-tag", ">= 0.1.22"
36
+ end
metadata ADDED
@@ -0,0 +1,124 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: unitf-radio
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.0
5
+ platform: ruby
6
+ authors:
7
+ - Matt Baron
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2025-02-02 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: faraday
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: nokogiri
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: unitf-logging
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: unitf-tag
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: 0.1.22
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: 0.1.22
69
+ description: Audio archiving
70
+ email:
71
+ - mwb@unitf.net
72
+ executables:
73
+ - kfai
74
+ - wfmu
75
+ extensions: []
76
+ extra_rdoc_files: []
77
+ files:
78
+ - ".gitignore"
79
+ - ".rspec"
80
+ - ".vscode/tasks.json"
81
+ - CHANGELOG.md
82
+ - CODE_OF_CONDUCT.md
83
+ - Gemfile
84
+ - LICENSE.txt
85
+ - README.md
86
+ - Rakefile
87
+ - bin/console
88
+ - bin/setup
89
+ - bin/test.rb
90
+ - exe/kfai
91
+ - exe/wfmu
92
+ - lib/unitf/radio.rb
93
+ - lib/unitf/radio/kfai.rb
94
+ - lib/unitf/radio/version.rb
95
+ - lib/unitf/radio/wfmu.rb
96
+ - resources/tags.json
97
+ - unitf-radio.gemspec
98
+ homepage: http://www.github.com/mattbaron
99
+ licenses:
100
+ - MIT
101
+ metadata:
102
+ homepage_uri: http://www.github.com/mattbaron
103
+ source_code_uri: http://www.github.com/mattbaron
104
+ changelog_uri: http://www.github.com/mattbaron
105
+ post_install_message:
106
+ rdoc_options: []
107
+ require_paths:
108
+ - lib
109
+ required_ruby_version: !ruby/object:Gem::Requirement
110
+ requirements:
111
+ - - ">="
112
+ - !ruby/object:Gem::Version
113
+ version: 3.0.0
114
+ required_rubygems_version: !ruby/object:Gem::Requirement
115
+ requirements:
116
+ - - ">="
117
+ - !ruby/object:Gem::Version
118
+ version: '0'
119
+ requirements: []
120
+ rubygems_version: 3.5.14
121
+ signing_key:
122
+ specification_version: 4
123
+ summary: Audio archiving
124
+ test_files: []