Artifact d7d200434319c47bf4f06f4871110379dec035a23ed8b3f4679bd7d144ef9594:

  • File src/remiaudio/xspf.cr — part of check-in [004d267a98] at 2024-09-05 05:26:51 on branch trunk — Add XSPF/JSPF support. (user: alexa size: 971)

#### RemiAudio
#### Copyright (C) 2022-2024 Remilia Scarlet <remilia@posteo.jp>
####
#### This program is free software: you can redistribute it and/or modify it
#### under the terms of the GNU Affero General Public License as published by
#### the Free Software Foundation, either version 3 of the License, or (at your
#### option) any later version.
####
#### This program is distributed in the hope that it will be useful, but WITHOUT
#### ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
#### FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public
#### License for more details.
####
#### You should have received a copy of the GNU Affero General Public License
#### along with this program.  If not, see <https://www.gnu.org/licenses/>.
require "./common"
require "./xspf/*"

# The `RemiAudio::Xspf` module implements support for [XSPF](https://xspf.org/)
# and [JSPF](https://xspf.org/jspf) playlists.

module RemiAudio::Xspf
end