- name: Falls down (fails) on non-alphanumeric characters. Example track names:
- Fool's Gold
- Háblame - (Talk to me)
- М-2 ft Бастион при уч Даша- Love Story (online-audio-converter.com)
- ØTIN - Oceans
const newName = name.replace(/\W+/gi, " ");
const newName = name.replace(/& /g, "");
Vivien Genet
V.P. of Engineering
Tel: +352 26 53 421
76 avenue de la Liberté L-1930 Luxembourg
--
You received this message because you are subscribed to the Google Groups "jamendo-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jamendo-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jamendo-dev/05ef1cf2-ece2-4e72-a2ed-659f1175ca6f%40googlegroups.com.
Hi Eric,
I don’t have your first problem about the “name” parameter:
<Capture d’écran 2019-08-02 à 08.30.30.png>
What is your exact query?
Thanks.
<image003.png>
Artists. Music. Licensing.
Le 1 août 2019 à 21:27, Eric Robinson <er...@sonicbloomgames.com> a écrit :
The following two fields are available in the Parameter List of the /v3.0/tracks API:
- name: A track name
- namesearch: Search a track by name (track_name matching *searchquery*). You must provide an UTF-8 string
Can somebody please explain how these two parameters should be used?
Our goal is to find tracks that match a specific name+artist pairing. We've been testing this with content returned by Jamendo directly (simply resubmitting the values back to the search). What we've found is this:
- name: Falls down (fails) on non-alphanumeric characters. Example track names:
- Fool's Gold
- Háblame - (Talk to me)
- М-2 ft Бастион при уч Даша- Love Story (online-audio-converter.com)
- ØTIN - Oceans
- namesearch: Works on all of the above titles but requests return way too many results. One would expect that the third option would be singular in the Jamendo library (especially when the artist_name is also specified), but we actually see 5448 results?!
Can someone please explain what's going on here? How are we expected to properly make use of the name and namesearch parameters?--
You received this message because you are subscribed to the Google Groups "jamendo-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jamendo-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jamendo-dev/05ef1cf2-ece2-4e72-a2ed-659f1175ca6f%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "jamendo-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jamendo-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jamendo-dev/227514CF-778F-4A59-95DE-1F8476D8AA5A%40jamendo.com.