Difference between revisions of "Lidarr FAQ"
Line 1: | Line 1: | ||
== Help I have locked my self out == | == Help I have locked my self out == | ||
− | <span id=" | + | <span id="help_i_have_locked_my_self_out"><small>[[#help_i_have_locked_my_self_out|anchor]]</small></span><br> |
To disable authentication (to reset your username or password) you will need need to edit <code>config.xml</code> which will be inside the [[Lidarr Appdata Directory]]. | To disable authentication (to reset your username or password) you will need need to edit <code>config.xml</code> which will be inside the [[Lidarr Appdata Directory]]. | ||
Line 9: | Line 9: | ||
# Lidarr will now be accessible without a password, you should go the <code>Settings: General</code> in the Lidarr UI and set your username and password | # Lidarr will now be accessible without a password, you should go the <code>Settings: General</code> in the Lidarr UI and set your username and password | ||
== Help I have forgotten my password == | == Help I have forgotten my password == | ||
− | <span id=" | + | <span id="help_i_have_forgotten_my_password"><small>[[#help_i_have_forgotten_my_password|anchor]]</small></span><br> |
* Please see steps listed in [[#Help I have locked my self out|here]]. | * Please see steps listed in [[#Help I have locked my self out|here]]. | ||
== Why isn't Lidarr accessible remotely on Windows? == | == Why isn't Lidarr accessible remotely on Windows? == | ||
− | <span id=" | + | <span id="why_isnt_lidarr_accessable_remotly_on_windows"><small>[[#why_isnt_lidarr_accessable_remotly_on_windows|anchor]]</small></span><br> |
− | Binding to an externally accessible interface on Windows requires running as admin. If you have Lidarr running as a Service, stop the service. Open [[ | + | Binding to an externally accessible interface on Windows requires running as admin. If you have Lidarr running as a Service, stop the service. Open [[AppData_Directory]] and run Lidarr.exe as admin. You can then shutdown Lidarr and start the service. |
== Why does Lidarr only show studio albums, How do I find singles or EPs? == | == Why does Lidarr only show studio albums, How do I find singles or EPs? == | ||
− | <span id=" | + | <span id="why_does_lidarr_only_show_studio_albums_how_do_i_find_singles_or_eps"><small>[[#why_does_lidarr_only_show_studio_albums_how_do_i_find_singles_or_eps|anchor]]</small></span><br> |
Lidarr defaults to only bringing in studio albums for each artist. However, you can expand the album types per an artist, or for your entire library by utilizing [[Metadata Profiles]]. | Lidarr defaults to only bringing in studio albums for each artist. However, you can expand the album types per an artist, or for your entire library by utilizing [[Metadata Profiles]]. | ||
== Lidarr grabbed a release, why can’t it import it? == | == Lidarr grabbed a release, why can’t it import it? == | ||
− | <span id=" | + | <span id="lidarr_grabbed_a_release_why_cant_it_import_it"><small>[[#lidarr_grabbed_a_release_why_cant_it_import_it|anchor]]</small></span><br> |
== Why can't I add a various artists album? == | == Why can't I add a various artists album? == | ||
− | <span id=" | + | <span id="why_cant_i_add_a_various_artists_album"><small>[[#why_cant_i_add_a_various_artists_album|anchor]]</small></span><br> |
Various Artists and other meta artists on Musicbrainz are due to the number of entries they provide. | Various Artists and other meta artists on Musicbrainz are due to the number of entries they provide. | ||
== Can I add just an album? == | == Can I add just an album? == | ||
− | <span id=" | + | <span id="can_i_add_just_an_album"><small>[[#an_i_add_just_an_album|anchor]]</small></span><br> |
Not at the moment. | Not at the moment. | ||
== Can I download single tracks? == | == Can I download single tracks? == | ||
− | <span id=" | + | <span id="can_i_download_single_tracks"><small>[[#can_i_download_single_tracks|anchor]]</small></span><br> |
Lidarr works by searching for and downloading full releases, therefore individual tracks cannot be downloaded unless they were released as a single by the artist. | Lidarr works by searching for and downloading full releases, therefore individual tracks cannot be downloaded unless they were released as a single by the artist. | ||
== Why doesn't artist X show up in search? == | == Why doesn't artist X show up in search? == | ||
− | <span id=" | + | <span id="why_doesnt_artist_x_show_up_in_search"><small>[[#why_doesnt_artist_x_show_up_in_search|anchor]]</small></span><br> |
Search is still a work in progress. Artists that don't show up in search may be added by searching for `lidarr:mbid` where `mbid` is the Musicbrainz ID of the artist. | Search is still a work in progress. Artists that don't show up in search may be added by searching for `lidarr:mbid` where `mbid` is the Musicbrainz ID of the artist. | ||
== Lidarr matched an album with too many tracks. How can I change the Album to the correct Release? == | == Lidarr matched an album with too many tracks. How can I change the Album to the correct Release? == | ||
− | <span id=" | + | <span id="lidarr_matched_an_album_with_too_many_tracks_how_can_i_change_thealbum_to_the_correct_release"><small>[[#lidarr_matched_an_album_with_too_many_tracks_how_can_i_change_thealbum_to_the_correct_release|anchor]]</small></span><br> |
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. | 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. | ||
== I'm having trouble importing my artists, what could it be? == | == I'm having trouble importing my artists, what could it be? == | ||
− | <span id=" | + | <span id="im_having_trouble_importing_my_artists_what_could_it_be"><small>[[#im_having_trouble_importing_my_artists_what_could_it_be|anchor]]</small></span><br> |
The artist import process just imports the Artist names and path locations, which are then stored in the database so that a) metadata can be retrieved and b) downloaded content can be put in the same location in future. To this end, the user account that Lidarr runs under needs both read and write to your data directory. | The artist import process just imports the Artist names and path locations, which are then stored in the database so that a) metadata can be retrieved and b) downloaded content can be put in the same location in future. To this end, the user account that Lidarr runs under needs both read and write to your data directory. |
Revision as of 03:32, 21 December 2020
Help I have locked my self out
anchor
To disable authentication (to reset your username or password) you will need need to edit config.xml
which will be inside the Lidarr Appdata Directory.
- Open config.xml in a text editor
- Find the authentication method line (will be
<AuthenticationMethod>Basic</AuthenticationMethod>
or<AuthenticationMethod>Forms</AuthenticationMethod>
- Change the
AuthenticationMethod
line to<AuthenticationMethod>None</AuthenticationMethod>
- Restart Lidarr
- Lidarr will now be accessible without a password, you should go the
Settings: General
in the Lidarr UI and set your username and password
Help I have forgotten my password
- Please see steps listed in here.
Why isn't Lidarr accessible remotely on Windows?
anchor
Binding to an externally accessible interface on Windows requires running as admin. If you have Lidarr running as a Service, stop the service. Open AppData_Directory and run Lidarr.exe as admin. You can then shutdown Lidarr and start the service.
Why does Lidarr only show studio albums, How do I find singles or EPs?
anchor
Lidarr defaults to only bringing in studio albums for each artist. However, you can expand the album types per an artist, or for your entire library by utilizing Metadata Profiles.
Lidarr grabbed a release, why can’t it import it?
Why can't I add a various artists album?
anchor
Various Artists and other meta artists on Musicbrainz are due to the number of entries they provide.
Can I add just an album?
anchor
Not at the moment.
Can I download single tracks?
anchor
Lidarr works by searching for and downloading full releases, therefore individual tracks cannot be downloaded unless they were released as a single by the artist.
Why doesn't artist X show up in search?
anchor
Search is still a work in progress. Artists that don't show up in search may be added by searching for `lidarr:mbid` where `mbid` is the Musicbrainz ID of the artist.
Lidarr matched an album with too many tracks. How can I change the Album to the correct Release?
anchor
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.
I'm having trouble importing my artists, what could it be?
anchor
The artist import process just imports the Artist names and path locations, which are then stored in the database so that a) metadata can be retrieved and b) downloaded content can be put in the same location in future. To this end, the user account that Lidarr runs under needs both read and write to your data directory.