[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
|
`ytdl-sub` is a command-line tool that downloads media via
|
||||||
[yt-dlp](https://github.com/yt-dlp/yt-dlp)
|
[yt-dlp](https://github.com/yt-dlp/yt-dlp)
|
||||||
and prepares it for your favorite media player
|
and prepares it for your favorite media player, including
|
||||||
([Kodi](https://github.com/xbmc/xbmc),
|
[Kodi](https://github.com/xbmc/xbmc),
|
||||||
[Jellyfin](https://github.com/jellyfin/jellyfin),
|
[Jellyfin](https://github.com/jellyfin/jellyfin),
|
||||||
[Plex](https://github.com/plexinc/pms-docker),
|
[Plex](https://github.com/plexinc/pms-docker),
|
||||||
[Emby](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
|
We recognize that everyone stores their
|
||||||
media differently. Our approach for file and metadata formatting is to provide
|
media differently. Our approach for file and metadata formatting is to provide
|
||||||
maximum flexibility while maintaining simplicity.
|
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
|
||||||

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

|

|
||||||
|
|
||||||
|
|
||||||
|
|
@ -180,7 +185,6 @@ configuration:
|
||||||
tv: "--preset tv_show"
|
tv: "--preset tv_show"
|
||||||
name: "--overrides.tv_show_name"
|
name: "--overrides.tv_show_name"
|
||||||
url: "--overrides.url"
|
url: "--overrides.url"
|
||||||
|
|
||||||
```
|
```
|
||||||
The above command can now be shortened to
|
The above command can now be shortened to
|
||||||
```shell
|
```shell
|
||||||
|
|
@ -236,7 +240,7 @@ recommended way to use ytdl-sub.
|
||||||
|
|
||||||
The docker image is intended to be used as a console. For automating
|
The docker image is intended to be used as a console. For automating
|
||||||
`subscriptions.yaml` downloads to pull new media, see
|
`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.
|
on how set up a cron job in the docker container.
|
||||||
|
|
||||||
### Docker Compose
|
### Docker Compose
|
||||||
|
|
@ -288,5 +292,10 @@ pip install -e .
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
There are many ways to contribute, even without coding. Please take a look in
|
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.
|
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