kenvalleydc 0 Posted February 17, 2021 Posted February 17, 2021 I'm having issues with Emby pulling in my Music Genres I'm setting using Mp3Tag. Here's an example where in the log it states the genre is removed from the metadata: 2021-02-17 14:58:28.357 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/multimedia/Music/DJ Jazzy Jeff & The Fresh Prince/Greatest Hits/01 - Girls Ain’t Nothing but Trouble (1988 extended remix).mp3" -threads 0 -v info -print_format json -show_streams -show_format 2021-02-17 14:58:28.428 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 2021-02-17 14:58:28.432 Info App: Genre 'Hip-Hop' removed from metadata for Girls Ain’t Nothing but Trouble (1988 extended remix). Here's the output when I run ffprobe in the docker container using the same parameters: /bin/ffprobe -i file:"/mnt/multimedia/Music/DJ Jazzy Jeff & The Fresh Prince/Greatest Hits/01 - Girls Ain’t Nothing but Trouble (1988 extended remix).mp3" -threads 0 -v info -print_format json -show_streams -show_format ffprobe version 4.3.0-emby_2020_05_23 Copyright (c) 2007-2019 the FFmpeg developers and softworkz for Emby LLC built with gcc 8.3.0 (crosstool-NG 1.24.0) { Input #0, mp3, from 'file:/mnt/multimedia/Music/DJ Jazzy Jeff & The Fresh Prince/Greatest Hits/01 - Girls Ain’t Nothing but Trouble (1988 extended remix).mp3': Metadata: album : Greatest Hits artist : Jazzy Jeff & Fresh Prince album_artist : Jazzy Jeff & Fresh Prince composer : Jeff Townes/Will Smith disc : 1/1 genre : Hip-Hop publisher : Jive title : Girls Ain’t Nothing but Trouble (1988 extended remix) track : 1/18 MusicBrainz Artist Id: a663d7d0-754b-40e2-9ea3-3c6c39fd5937 artist-sort : Jazzy Jeff, DJ & Fresh Prince, The TSO2 : Jazzy Jeff, DJ & Fresh Prince, The MusicBrainz Album Id: d19d2541-d487-4705-b8c9-65d263597829 MusicBrainz Album Artist Id: a663d7d0-754b-40e2-9ea3-3c6c39fd5937 MusicBrainz Release Group Id: 35646d10-56d0-3cd1-8a56-52570c9efe17 ASIN : B000005Z0O date : 1998 id3v2_priv.Google/OriginalClientId: Gp9MrXnYWs3/tArIVErTFA Duration: 00:04:49.20, start: 0.025056, bitrate: 321 kb/s Stream #0:0: Audio: mp3, 44100 Hz, stereo, fltp, 320 kb/s, Start-Time 0.025s Stream #0:1: Video: mjpeg (Baseline), yuvj420p(pc, bt470bg/unknown/unknown), 240x234 [SAR 96:96 DAR 40:39], 90k tbr, 90k tbn, 90k tbc, Start-Time 0.025s (attached pic) Metadata: comment : Cover (front) "streams": [ { "index": 0, "codec_name": "mp3", "codec_long_name": "MP3 (MPEG audio layer 3)", "codec_type": "audio", "codec_time_base": "1/44100", "codec_tag_string": "[0][0][0][0]", "codec_tag": "0x0000", "sample_fmt": "fltp", "sample_rate": "44100", "channels": 2, "channel_layout": "stereo", "bits_per_sample": 0, "r_frame_rate": "0/0", "avg_frame_rate": "0/0", "time_base": "1/14112000", "start_pts": 353600, "start_time": "0.025057", "duration_ts": 4081213440, "duration": "289.201633", "bit_rate": "320000", "disposition": { "default": 0, "dub": 0, "original": 0, "comment": 0, "lyrics": 0, "karaoke": 0, "forced": 0, "hearing_impaired": 0, "visual_impaired": 0, "clean_effects": 0, "attached_pic": 0, "timed_thumbnails": 0 } }, { "index": 1, "codec_name": "mjpeg", "codec_long_name": "Motion JPEG", "profile": "Baseline", "codec_type": "video", "codec_time_base": "0/1", "codec_tag_string": "[0][0][0][0]", "codec_tag": "0x0000", "width": 240, "height": 234, "coded_width": 240, "coded_height": 234, "has_b_frames": 0, "sample_aspect_ratio": "1:1", "display_aspect_ratio": "40:39", "pix_fmt": "yuvj420p", "level": -99, "color_range": "pc", "color_space": "bt470bg", "chroma_location": "center", "refs": 1, "r_frame_rate": "90000/1", "avg_frame_rate": "0/0", "time_base": "1/90000", "start_pts": 2255, "start_time": "0.025056", "duration_ts": 26028147, "duration": "289.201633", "bits_per_raw_sample": "8", "disposition": { "default": 0, "dub": 0, "original": 0, "comment": 0, "lyrics": 0, "karaoke": 0, "forced": 0, "hearing_impaired": 0, "visual_impaired": 0, "clean_effects": 0, "attached_pic": 1, "timed_thumbnails": 0 }, "tags": { "comment": "Cover (front)" } } ], "format": { "filename": "file:/mnt/multimedia/Music/DJ Jazzy Jeff & The Fresh Prince/Greatest Hits/01 - Girls Ain’t Nothing but Trouble (1988 extended remix).mp3", "nb_streams": 2, "nb_programs": 0, "format_name": "mp3", "format_long_name": "MP2/3 (MPEG audio layer 2/3)", "start_time": "0.025056", "duration": "289.201633", "size": "11618560", "bit_rate": "321396", "probe_score": 51, "tags": { "album": "Greatest Hits", "artist": "Jazzy Jeff & Fresh Prince", "album_artist": "Jazzy Jeff & Fresh Prince", "composer": "Jeff Townes/Will Smith", "disc": "1/1", "genre": "Hip-Hop", "publisher": "Jive", "title": "Girls Ain’t Nothing but Trouble (1988 extended remix)", "track": "1/18", "MusicBrainz Artist Id": "a663d7d0-754b-40e2-9ea3-3c6c39fd5937", "artist-sort": "Jazzy Jeff, DJ & Fresh Prince, The", "TSO2": "Jazzy Jeff, DJ & Fresh Prince, The", "MusicBrainz Album Id": "d19d2541-d487-4705-b8c9-65d263597829", "MusicBrainz Album Artist Id": "a663d7d0-754b-40e2-9ea3-3c6c39fd5937", "MusicBrainz Release Group Id": "35646d10-56d0-3cd1-8a56-52570c9efe17", "ASIN": "B000005Z0O", "date": "1998", "id3v2_priv.Google/OriginalClientId": "Gp9MrXnYWs3/tArIVErTFA" } } } I'm also seeing in the logs where the genre is a different one that's been set on the ID3 tag. This should be Alternative, not Alternative Rock: App: Genre 'Alternative Rock' mapped to 'Alt. Rock' for Violent Femmes. Any idea what I need to do to clean the genres up?
Abobader 3471 Posted February 17, 2021 Posted February 17, 2021 Hello kenvalleydc, Please wait for someone from staff support or our members to reply to you. It's recommended to provide more info, as it explain in this thread: Thank you. Emby Team
Solution Luke 42089 Posted February 17, 2021 Solution Posted February 17, 2021 Hi, those log messages are not from the core emby server, those are from the genre cleaner plugin, so I would check your configuration for that.
kenvalleydc 0 Posted February 17, 2021 Author Posted February 17, 2021 Yep, sure enough, that was it. Thank you!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now