Author Topic: user-defined web links Collection  (Read 12654 times)

karnold

  • Newbie
  • *
  • Posts: 1
Anyone can help me for a weblink search for <Artist> - <Title>, and an other one for <Artist> - <Album> for searching covers on Deejay.de

karbock

  • Sr. Member
  • ****
  • Posts: 337
Anyone can help me for a weblink search for <Artist> - <Title>, and an other one for <Artist> - <Album> for searching covers on Deejay.de

Here you are... :)

Artist+Title:
Code
https://www.deejay.de/$Lower($Replace(<Artist>+<Title>," ","+"))

Artist+Album:
Code
https://www.deejay.de/$Lower($Replace(<Artist>+<Album>," ","+"))

The functions $Lower and $Replace are not mandatory, since the site would perform both changes by itself anyway.