INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: streaming and MJFile  (Read 1949 times)

Messiahs

  • Galactic Citizen
  • ****
  • Posts: 432
streaming and MJFile
« on: April 26, 2008, 07:19:41 pm »

how can i get values like Artist and Songname for a streaming file ?

MC shows this informations... but when i use :

Code: [Select]
MJFile = MJCurPlaylist.GetFile(posInCurPlaylist)
artist = MJFile.Artist

'artist' is empty.

Cheers,
Markus



Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41934
  • Shoes gone again!
Re: streaming and MJFile
« Reply #1 on: April 28, 2008, 11:43:12 am »

The issue is that the playback file (radio station) and current broadcasted file have different tag values.

The SDK only exposes the radio station values.

We used to simply switch the radio station to the current track information during playback, but this caused other issues -- like the file showing up incorrectly in a library view.

Logged
Matt Ashland, JRiver Media Center

Messiahs

  • Galactic Citizen
  • ****
  • Posts: 432
Re: streaming and MJFile
« Reply #2 on: April 28, 2008, 03:54:22 pm »

Hi Matt,

thanks for your explanation...
Pages: [1]   Go Up