[DOCS] Update README.md (#333)
* Update README.md * fix links * remove extra line
This commit is contained in:
parent
21eb36774b
commit
352b24470a
1 changed files with 21 additions and 12 deletions
33
README.md
33
README.md
|
|
@ -9,27 +9,32 @@
|
|||
|
||||
`ytdl-sub` is a command-line tool that downloads media via
|
||||
[yt-dlp](https://github.com/yt-dlp/yt-dlp)
|
||||
and prepares it for your favorite media player
|
||||
([Kodi](https://github.com/xbmc/xbmc),
|
||||
and prepares it for your favorite media player, including
|
||||
[Kodi](https://github.com/xbmc/xbmc),
|
||||
[Jellyfin](https://github.com/jellyfin/jellyfin),
|
||||
[Plex](https://github.com/plexinc/pms-docker),
|
||||
[Emby](https://github.com/plexinc/pms-docker),
|
||||
modern music players).
|
||||
and modern music players.
|
||||
|
||||
We recognize that everyone stores their
|
||||
media differently. Our approach for file and metadata formatting is to provide
|
||||
maximum flexibility while maintaining simplicity.
|
||||
|
||||
### YouTube Channels as TV Shows in Jellyfin
|
||||
### YouTube Channels as TV Shows
|
||||
#### Plex
|
||||

|
||||
|
||||
#### Jellyfin
|
||||

|
||||
|
||||
### Music Videos and Concerts in Jellyfin
|
||||
### Music Videos and Concerts
|
||||
#### Kodi
|
||||

|
||||
#### Jellyfin
|
||||

|
||||
|
||||
### Music Videos and Concerts in Kodi
|
||||

|
||||
|
||||
### SoundCloud Albums and Singles in MusicBee
|
||||
### SoundCloud Albums and Singles
|
||||
#### MusicBee
|
||||

|
||||
|
||||
|
||||
|
|
@ -180,7 +185,6 @@ configuration:
|
|||
tv: "--preset tv_show"
|
||||
name: "--overrides.tv_show_name"
|
||||
url: "--overrides.url"
|
||||
|
||||
```
|
||||
The above command can now be shortened to
|
||||
```shell
|
||||
|
|
@ -236,7 +240,7 @@ recommended way to use ytdl-sub.
|
|||
|
||||
The docker image is intended to be used as a console. For automating
|
||||
`subscriptions.yaml` downloads to pull new media, see
|
||||
[this guide](https://ytdl-sub.readthedocs.io/en/latest/getting_started.html#setting-up-automated-downloads)
|
||||
[this guide](https://github.com/jmbannon/ytdl-sub/wiki/7.-Automate-Downloading-New-Content-Using-Your-Configs)
|
||||
on how set up a cron job in the docker container.
|
||||
|
||||
### Docker Compose
|
||||
|
|
@ -288,5 +292,10 @@ pip install -e .
|
|||
|
||||
## Contributing
|
||||
There are many ways to contribute, even without coding. Please take a look in
|
||||
our [Github Issues](https://github.com/jmbannon/ytdl-sub/issues) to ask
|
||||
our [GitHub Issues](https://github.com/jmbannon/ytdl-sub/issues) to ask
|
||||
questions, submit a feature request, or pick up a bug.
|
||||
|
||||
## Support
|
||||
We are pretty active in our
|
||||
[Discord channel](https://discord.gg/v8j9RAHb4k)
|
||||
if you have any questions.
|
||||
Loading…
Reference in a new issue