Marekkon5 / onetagger

Music tagger for Windows, MacOS and Linux with Beatport, Discogs, Musicbrainz, Spotify, Traxsource and many other platforms support.

Home Page:https://onetagger.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Artwork not being scraped from Traxsource

tr3v0rb opened this issue · comments

I am scraping Traxsource tracks one at a time, because any more than that seems to result in a 502 Bad Gateway error.

Anyway, below is the log.

Cheers!

2024-07-10 18:21:41 [INFO] onetagger:

Starting OneTagger v1.7.0 Commit: 00595e5 OS: windows

2024-07-10 18:21:41 [INFO] onetagger::ui: Starting server on http://127.0.0.1:36913 ws://127.0.0.1:36912
2024-07-10 18:22:10 [INFO] onetagger::socket: AutoTagger config: TaggerConfig { platforms: ["traxsource"], path: Some("C:\slsk\Music\_traxsource staging\temp"), tags: [Genre, Style, BPM, Label, Album, AlbumArtist, Version, Title, Remixer, Artist, ReleaseId, TrackId, Mood, Key, CatalogNumber, TrackNumber, DiscNumber, ISRC, TrackTotal, Duration, PublishDate, URL, ReleaseDate, MetaTags, OtherTags, SyncedLyrics, Explicit, UnsyncedLyrics, AlbumArt], separators: TagSeparators { id3: ", ", vorbis: None, mp4: ", " }, id3v24: true, overwrite: true, overwrite_tags: [], threads: 16, strictness: 0.7, merge_genres: false, album_art_file: false, camelot: false, parse_filename: false, filename_template: Some("%artists% - %title%"), short_title: false, match_duration: false, max_duration_difference: 30, match_by_id: false, multiple_matches: Default, post_command: None, styles_options: Default, styles_custom_tag: Some(FrameName { id3: "STYLE", vorbis: "STYLE", mp4: "STYLE" }), track_number_leading_zeroes: 0, enable_shazam: false, force_shazam: false, skip_tagged: false, include_subfolders: true, only_year: false, title_regex: None, move_success: false, move_success_path: None, move_failed: false, move_failed_path: None, write_lrc: false, enhanced_lrc: false, capitalize_genres: false, id3_comm_lang: None, multiplatform: false, custom: {}, spotify: None }
2024-07-10 18:22:10 [INFO] onetagger_autotag: Starting tagger with: 1 files!
2024-07-10 18:22:10 [INFO] onetagger_autotag: Starting tagging: 1 files, 16 threads!
2024-07-10 18:22:10 [INFO] onetagger_autotag: Tagging: C:\slsk\Music_traxsource staging\temp\LUPE - The Ninth Circle (Original Mix).mp3
2024-07-10 18:22:10 [INFO] onetagger_autotag: Starting traxsource
2024-07-10 18:22:12 [INFO] onetagger_autotag: Downloading art: Some("https://geo-static.traxsource.com/files/images/e32ae91488dedd0ac706cb57775add49.jpg")
2024-07-10 18:22:12 [WARN] onetagger_autotag: Invalid album art!
2024-07-10 18:22:12 [INFO] onetagger_autotag: [traxsource] State: Ok, Accuracy: Some(1.0), Path: C:\slsk\Music_traxsource staging\temp\LUPE - The Ninth Circle (Original Mix).mp3
2024-07-10 18:22:12 [INFO] onetagger_autotag: Written failed songs to: C:\Users\user\AppData\Roaming\OneTagger\OneTagger\config\runs\failed-1720632132610.m3u, successful to: C:\Users\user\AppData\Roaming\OneTagger\OneTagger\config\runs\success-1720632132610.m3u
2024-07-10 18:22:12 [INFO] onetagger::socket: Tagging finished, took: 1 seconds.

I tested it on your track and it seems to work, perhaps:

a) it was a temporary failure due to some reasons
b) you can try the latest Actions build, maybe it might help.

Feel free to comment or reopen if not solved. Thanks