flatline69 27 Posted October 21, 2018 Posted October 21, 2018 I noticed this morning forcing a metadata refresh, this: 2018-10-21 10:04:23.455 Info HttpClient: GET http://musicbrainz01.eastus2.cloudapp.azure.com:8080/ws/2/artist/?query="rtists"&dismax=true When I manually entered the query into my browser, I got empty XML. <metadata xmlns="http://musicbrainz.org/ns/mmd-2.0#" xmlns:ext="http://musicbrainz.org/ns/ext#-2.0" created="2018-10-20T20:25:28.908Z"> <artist-list count="0" offset="0"/> </metadata> When changing the query to "artists" I got data returned: <metadata xmlns="http://musicbrainz.org/ns/mmd-2.0#" xmlns:ext="http://musicbrainz.org/ns/ext#-2.0" created="2018-10-20T20:25:28.908Z"> <artist-list count="435" offset="0"> <artist id="89ad4ac3-39f7-470e-963a-56509c546377" type="Other" ext:score="100"> <name>Various Artists</name> <sort-name>Various Artists</sort-name> <disambiguation>add compilations to this artist</disambiguation> <life-span> <ended>false</ended> </life-span> <alias-list> <alias locale="ko" sort-name="여러 아티스트" primary="primary">여러 아티스트</alias> <alias sort-name="V.A." type="Search hint">V.A.</alias> <alias locale="ja" sort-name="オムニバス">オムニバス</alias> <alias locale="ja" sort-name="ヴァリアス">ヴァリアス</alias> <alias sort-name="ぱにぽにだっしゅ!" type="Search hint">ぱにぽにだっしゅ!</alias> <alias locale="ja" sort-name="さまざまなアーティスト">さまざまなアーティスト</alias> <alias locale="ja" sort-name="ヴァリアス・アーティスト">ヴァリアス・アーティスト</alias> <alias locale="th" sort-name="หลากหลายศิลปิน" primary="primary">หลากหลายศิลปิน</alias> <alias sort-name="12FLY Solino" type="Search hint">12FLY Solino</alias> <alias locale="it" sort-name="AAVV">AAVV</alias> <alias locale="it" sort-name="A.A.V.V.">A.A.V.V.</alias> <alias locale="it" sort-name="AA.VV.">AA.VV.</alias> <alias sort-name="Riddim, Alis">Alis Riddim</alias> <alias locale="cy" sort-name="Amrywiol">Amrywiol</alias> <alias sort-name="Artis JK" type="Search hint">Artis JK</alias> Running Emby Server 3.5.3.0 under Linux. I imagine this isn't Linux-specific but an actual bug. Not sure where else to file this.
Luke 40111 Posted October 21, 2018 Posted October 21, 2018 Hi, what data were you expecting when searching for rtists ?
flatline69 27 Posted October 22, 2018 Author Posted October 22, 2018 Hi, what data were you expecting when searching for rtists ? I'm gathering that this is data sourced locally and then searched against MB by your response? I figured it was a bug but if this is music content with a typo that Emby is then searching against, I can go through my stuff and see.
Luke 40111 Posted October 22, 2018 Posted October 22, 2018 Correct, the rtists must have come from a tag embedded in your audio files.
flatline69 27 Posted October 22, 2018 Author Posted October 22, 2018 Correct, the rtists must have come from a tag embedded in your audio files. And you're right - I found the offending titles. My mistake. Thanks for pointing it out.
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