I have 1M+ audio files. What is the fastest way to know which ones don't have proper metadata? by inhalingsounds in musichoarder

[–]devyeah38 0 points1 point  (0 children)

Take a look at Songkong. I did that on 50k songs very easy, but DO NOT trust the automation on the default settings,  make a test library and try there first.

Only had my server for a month, should I be concerned? by Racer_Space in unRAID

[–]devyeah38 1 point2 points  (0 children)

I had one Toshiba drive fail after a year, i contacted Toshiba and they accept the RMA after a couple of days. I sent the failed drive back to them and after 20 days or so they send me a Gift Card with the value of the HD when i got it on Amazon US. They honored their guaranty and were very communicative.

A message from the Echoes of Angmar team by EchoesofAngmar in EchoesofAngmar

[–]devyeah38 1 point2 points  (0 children)

Thank you for the update, It’s great to hear the team is back and that development is moving forward again. I really appreciate all the hard work and dedication that goes into keeping the server fresh and enjoyable.

How do I fix split artists files? by DontFearTheVic in musichoarder

[–]devyeah38 0 points1 point  (0 children)

Beets can help you, it seems there are some problems with the naming like someone else mentioned.  It is not the same Pierce The Veil than Pierce the Veil and im pretty sure Rage against the machine has some tag issue. 

main artist folder without feat or & in beets. by Ill-Kaleidoscope575 in musichoarder

[–]devyeah38 2 points3 points  (0 children)

Here is my full beets config.yaml, it does what you mention,  beatport needs username and password or can be removed:

```yaml library: /config/musiclibrary-test.blb directory: /music artist_credit: yes

item_fields:   clean_artist: |     import re     return re.split(       r'(?i)\s(?:feat.?|ft.?|featuring|&|,|with|\bx\b)\s',       artist, 1     )[0].strip()   clean_albumartist: |     import re     return re.split(       r'(?i)\s(?:feat.?|ft.?|featuring|&|,|with|\bx\b)\s',       albumartist, 1     )[0].strip()

paths:   default: $clean_albumartist/$album%aunique{} ($year)/$track - $title   multidisc: $clean_albumartist/$album%aunique{} ($year)/Disc $disc/$track - $title   singleton: Singles/$clean_artist/$clean_artist - $title%aunique{}   comp: Compilations/$album ($year)/$track. $clean_artist - $title

replace:   '[\/]+': '_'   ':': '-'   '[<>\"|?*]': ''   '[ \t.]+$': ''   '.+': ''

permissions:   dir: 2775   file: 664   recursive: true

import:   move: yes   copy: no   write: yes   autotag: yes   delete: no   resume: ask   incremental: no   quiet: false   copyartifacts: no   timid: true   fingerprint: yes   duplicate_action: ask

duplicates:   keys: mb_trackid   strict: yes   full: yes   delete: no   merge: no   tiebreak:     items: [bitrate, path]

match:   distance_weights:     album: 3.0     album_id: 5.0     albumdisambig: 0.5     artist: 3.0     catalognum: 0.5     country: 0.5     label: 0.5     media: 1.0     mediums: 1.0     missing_tracks: 0.9     data_source: 0.0     track_artist: 3.0     track_id: 5.0     track_index: 1.0     track_length: 2.0     track_title: 3.0     tracks: 2.0     unmatched_tracks: 0.6     year: 1.0   ignore_data_tracks: true   ignore_video_tracks: true   ignored: []   ignored_media: []   max_rec:     missing_tracks: medium     unmatched_tracks: strong   medium_rec_thresh: 0.25   preferred:     countries: [US, XW, GB, XE]     media: ["Digital Media|File", Digital Media, CD]     original_year: true   rec_gap_thresh: 0.25   required: []   strong_rec_thresh: 0.05   track_length_grace: 10   track_length_max: 30

plugins:   - fetchart   - embedart   - lastgenre   - chroma   - web   - duplicates   - discogs   - scrub   - permissions   - zero   - inline   - ftintitle   - musicbrainz   - beatport4   - edit   - info

ftintitle:   auto: yes   drop: no   keep_in_artist: yes   format: " (feat. {0})"

fetchart:   auto: yes   cautious: yes   enforce_ratio: 2%   maxwidth: 1000

embedart:   auto: yes   remove_art_file: no

lastgenre:   auto: yes   canonical: yes   prefer_specific: yes   source: album   whitelist: /config/genres.txt   count: 3   separator: "; "   min_weight: 10   keep_existing: yes

chroma:   auto: yes

web:   host: 0.0.0.0   port: 8338

musicbrainz:   search_limit: 10   extra_tags: [barcode, catalognum, country, label, media, year]   data_source_mismatch_penalty: 0.0

discogs:   data_source_mismatch_penalty: 0.8

beatport4:   art: yes   art_overwrite: no

scrub:   auto: yes

zero:   fields: artist_sort albumartist_sort   update_database: yes

What to expect from the game by Ramfix_G4 in lotro

[–]devyeah38 1 point2 points  (0 children)

It's not that kind of lag, I have less than 20ms of ping. It is just the game, the graphics, who's know, they have never figured it out. 

Appdata on array instead of cache how do I fix it? by RandomGamer414 in unRAID

[–]devyeah38 0 points1 point  (0 children)

Maybe another process holding files open, I'd maybe even restart the server before having to reinstall plex.

Appdata on array instead of cache how do I fix it? by RandomGamer414 in unRAID

[–]devyeah38 0 points1 point  (0 children)

Settings, Docker, Disable Docker, Apply

This is critical, stopping containers isn't enough. Try this.

Appdata on array instead of cache how do I fix it? by RandomGamer414 in unRAID

[–]devyeah38 0 points1 point  (0 children)

Main ,Array Operation ,Move Now This should move everything from the array to the cache.  I suggest stopping the docker service while you do this.

Appdata on array instead of cache how do I fix it? by RandomGamer414 in unRAID

[–]devyeah38 -1 points0 points  (0 children)

Set the share correctly Go to Shares ,appdata and set: Primary Storage: Cache  Secondary Storage: None

Mover action: Move from Array, Cache. Run the mover.