diff --git a/lidarr/faq.md b/lidarr/faq.md index 0d61a6a19..2ca687297 100644 --- a/lidarr/faq.md +++ b/lidarr/faq.md @@ -169,15 +169,14 @@ As of Lidarr v2, Authentication is Mandatory. - Artists that do not show up in search may be added by searching for `lidarr:mbid` where `mbid` is the Musicbrainz ID of the artist. -## How can I find a MusicBrainz ID? +## How can I find a MusicBrainz ID 1. [Search for your desired artist or album](https://musicbrainz.org/search) (use `Release Group` type for albums) -2. The MusicBrainz ID can be found under the "Details" tab: +2. The MusicBrainz ID can be found under the "Details" tab: ![musicbrainz_id_detail_tab.png](/images/musicbrainz_id_detail_tab.png) 3. Or at the end of the URL: ![musicbrainz_id_url.png](/images/musicbrainz_id_url.png) - ## Lidarr matched an album with too many tracks. How can I change the Album to the correct Release - Open the Album details page and select the Edit Icon in the top nav. There you can find a dropdown of all releases tied to that Album. diff --git a/radarr/tips-and-tricks.md b/radarr/tips-and-tricks.md index 03f4fbc2c..bb77bc875 100644 --- a/radarr/tips-and-tricks.md +++ b/radarr/tips-and-tricks.md @@ -86,11 +86,8 @@ If you need to clean up empty directories, this command will do that: Alternatively in Windows you can run the following script in Powershell to iterate over each file in a directory, and move it to a folder with the same name. ```powershell -Get-ChildItem -File - | ForEach-Object { - $dir = New-Item -ItemType Directory -Name $_.BaseName -Force - $_ | Move-Item -Destination $dir - } +Get-ChildItem -File | ForEach-Object {$dir = New-Item -ItemType Directory -Name $_.BaseName -Force +$_ | Move-Item -Destination $dir} ``` # Configuring Radarr to Auto-Remove Completed Torrents