9001 / 9001/copyparty

folder to m3u

未关闭
#1,488 0 条评论 1 个 reaction 已指派 1 人 已被 @9001 认领 在 GitHub 查看
enhancement
主要语言
Python
星标
46.7k
派生
1.9k
平均合并
9 天 2 小时
30 天内合并 PR
4

描述

**is your feature request related to a problem? Please describe.**
Sometimes I want to queue up a whole album on a remote audio player that uses yt-dlp and mpv (https://git.pvv.ntnu.no/Grzegorz)

I have to either make an m3u and submit the link to that, or copy the file path of every file one by one.

**Describe the idea / solution you'd like**
I would like to be able to do `?m3u` similar to how you can do `?rss`
to get the files in a folder, maybe with an option for recursing into subfolders as an m3u

贡献指南

打开贡献指南

调研方向

查看代码库中 ?rss 功能的实现方式,它可能位于请求处理程序或路由模块中。确定生成 RSS feed 的函数,并调整它以生成 M3U 播放列表。检查是否已有用于列出文件的逻辑,以枚举文件夹中的文件,并添加递归支持。通过 Web 界面提供一个文件夹,并在 URL 后追加 ?m3u 进行测试。

由索引模型根据 Issue 内容生成。

评估

领域
api, backend
Issue 类型
功能
难度
3/5
预计耗时
1-2 天
活跃度
冷清
描述清晰度
描述清楚
新手友好度
65/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。