Author Topic: Call song by title and artist  (Read 2377 times)

0 Members and 1 Guest are viewing this topic.

bodiroga

  • $upporter
  • Jr. Member
  • *****
  • Posts: 48
  • Karma: 1
    • View Profile
Call song by title and artist
« on: April 19, 2012, 01:24:28 PM »
Hi James!

Is it possible to use this "Song by title and artist" command in MediaPortal?  ;)

Many thanks and best regards,

Aitor

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Call song by title and artist
« Reply #1 on: April 19, 2012, 07:28:42 PM »
anything is possible ;)

I would have to modify the mpscan plugin to generate a special xml file, but I find this command tends to be overkill.  It takes a lot of memory, especially if you also use the regular play song command, which is already pretty demanding.  I wonder if anyone really uses these commands once they get them set up... It seems to me that if you have multiple songs by the same name and you get the wrong one, you can just skip to the next track, no?

There are other ways to accomplish this too, using what is already available, but they are slightly less reliable.  That is, you could request a song first, and then after that command you could specify the artist, but it would still be listening for the list of all artists, not just the ones that play the current song.

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Call song by title and artist
« Reply #2 on: April 19, 2012, 09:02:49 PM »
update your mpscan plugin with this .dll and it should generate the needed "MpSongsByArtist.xml"

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Call song by title and artist
« Reply #3 on: April 20, 2012, 09:35:34 AM »
...and here's the command that uses the special payloadXML file