Skip to content

Commit 7b54a5e

Browse files
formatting
1 parent 6e7c645 commit 7b54a5e

File tree

1 file changed

+27
-25
lines changed

1 file changed

+27
-25
lines changed

lidarr/readme.md

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
1-
# Requirements
1+
# README
22

3-
Container: https://docs.linuxserver.io/images/docker-lidarr<br>
3+
## Requirements
44

5-
# Installation/setup
5+
Container: <https://docs.linuxserver.io/images/docker-lidarr>
66

7-
1. Add 2 volumes to your container <br>
8-
`/custom-services.d` and `/custom-cont-init.d` (do not map to the same local folder...) <br>
9-
Docker Run Example: <br>
10-
`-v /path/to/preferred/local/folder-01:/custom-services.d` <br>
7+
## Installation/setup
8+
9+
1. Add 2 volumes to your container
10+
`/custom-services.d` and `/custom-cont-init.d` (do not map to the same local folder...)
11+
Docker Run Example:
12+
`-v /path/to/preferred/local/folder-01:/custom-services.d`
1113
`-v /path/to/preferred/local/folder-02:/custom-cont-init.d`
12-
2. Download the [script_init.bash](https://github.com/RandomNinjaAtk/arr-scripts/blob/main/lidarr/scripts_init.bash) ([Download Link](https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/scripts_init.bash)) and place it into the following folder: <br>
14+
2. Download the [script_init.bash](https://github.com/RandomNinjaAtk/arr-scripts/blob/main/lidarr/scripts_init.bash) ([Download Link](https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/scripts_init.bash)) and place it into the following folder:
1315
`-v /path/to/preferred/local/folder-02:/custom-cont-init.d`
1416
3. Start your container and wait for the application to load
1517
4. Optional: Customize the configuration by modifying the following file `/config/extended.conf`
1618
5. Restart the container
1719

18-
# Updating
20+
## Updating
1921

2022
Updating is a bit more combersum. To update, do the following:
2123

@@ -25,7 +27,7 @@ Updating is a bit more combersum. To update, do the following:
2527

2628
This configuration does its best to update everything automatically, but with how the core system is designed, the new scripts will not take affect until a second restart is completed because the container copies/uses the previous versions of the script for execution on the first restart.
2729

28-
# Features
30+
## Features
2931

3032
<table>
3133
<tr>
@@ -36,8 +38,8 @@ This configuration does its best to update everything automatically, but with ho
3638
<td><img src="https://github.com/RandomNinjaAtk/docker-lidarr-extended/raw/main/.github/video.png" width="150"></td>
3739
</tr>
3840
</table>
39-
40-
* Downloading **Music** using online sources for use in popular applications (Plex/Kodi/Emby/Jellyfin):
41+
42+
* Downloading **Music** using online sources for use in popular applications (Plex/Kodi/Emby/Jellyfin):
4143
* Completely automated
4244
* Searches for downloads based on Lidarr's album missing & cutoff list
4345
* Downloads using a third party download client automatically
@@ -85,16 +87,16 @@ For more details, visit the [Wiki](https://github.com/RandomNinjaAtk/arr-scripts
8587

8688
![](https://github.com/RandomNinjaAtk/docker-lidarr-extended/raw/main/.github/kodi-music-videos.png)
8789

88-
# Credits
89-
90-
- [LinuxServer.io Team](https://github.com/linuxserver/docker-lidarr)
91-
- [Lidarr](https://lidarr.audio/)
92-
- [Beets](https://beets.io/)
93-
- [Deemix download client](https://deemix.app/)
94-
- [Tidal-Media-Downloader client](https://github.com/yaronzz/Tidal-Media-Downloader)
95-
- [r128gain](https://github.com/desbma/r128gain)
96-
- [Algorithm Implementation/Strings/Levenshtein distance](https://en.wikibooks.org/wiki/Algorithm_Implementation/Strings/Levenshtein_distance)
97-
- [ffmpeg](https://ffmpeg.org/)
98-
- [yt-dlp](https://github.com/yt-dlp/yt-dlp)
99-
- [SMA Conversion/Tagging Automation Script](https://github.com/mdhiggins/sickbeard_mp4_automator)
100-
- [Freyr](https://github.com/miraclx/freyr-js)
90+
## Credits
91+
92+
* [LinuxServer.io Team](https://github.com/linuxserver/docker-lidarr)
93+
* [Lidarr](https://lidarr.audio/)
94+
* [Beets](https://beets.io/)
95+
* [Deemix download client](https://deemix.app/)
96+
* [Tidal-Media-Downloader client](https://github.com/yaronzz/Tidal-Media-Downloader)
97+
* [r128gain](https://github.com/desbma/r128gain)
98+
* [Algorithm Implementation/Strings/Levenshtein distance](https://en.wikibooks.org/wiki/Algorithm_Implementation/Strings/Levenshtein_distance)
99+
* [ffmpeg](https://ffmpeg.org/)
100+
* [yt-dlp](https://github.com/yt-dlp/yt-dlp)
101+
* [SMA Conversion/Tagging Automation Script](https://github.com/mdhiggins/sickbeard_mp4_automator)
102+
* [Freyr](https://github.com/miraclx/freyr-js)

0 commit comments

Comments
 (0)