INTERACT FORUM

Please login or register.

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

Author Topic: artist background images in Theater View  (Read 6963 times)

gappie

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 4566
artist background images in Theater View
« on: March 24, 2016, 05:58:04 am »

hi,
 :)
im not sure if something changed or im still not getting it, but background images i saved in the album folder are not showing in theaterview anymore.. i had it working once.
i save a picture in the album folder and give it the name of the artist.
ive set theater view to show online files but set to show on from the movieDb.. in the past i got my background images from the skin and only from an artist if i had saved it on my HD.

hope it makes sense..

 :)
gab
Logged

gappie

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 4566
Re: artist background images in Theater View
« Reply #1 on: April 19, 2016, 10:59:55 am »

a gentle bump.

ive tried everything, i think, and it seems like mc will not show local files anymore in Theater View. or im doing something wrong..

even thought it might have something to do with the problems that were with the nvidia drivers..

 :)
gab
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41971
  • Shoes gone again!
Re: artist background images in Theater View
« Reply #2 on: April 19, 2016, 11:23:01 am »

We load sidecars to show in Theater View.

The extensions are: jpg, jpeg, png, bmp, and gif.

The image file needs to begin with the name field or "Folder".

Maybe that's the problem?
Logged
Matt Ashland, JRiver Media Center

gappie

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 4566
Re: artist background images in Theater View
« Reply #3 on: April 19, 2016, 11:34:35 am »

hmm.. i tried to rename the files to folder.. they already had the artist name..
but might that be the problem. i dont use it for videos, but for audio. using the artist name inside the album folder or one level above, the artist folder.

thanks
 :)
gab
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41971
  • Shoes gone again!
Re: artist background images in Theater View
« Reply #4 on: April 19, 2016, 11:41:53 am »

hmm.. i tried to rename the files to folder.. they already had the artist name..
but might that be the problem. i dont use it for videos, but for audio. using the artist name inside the album folder or one level above, the artist folder.

thanks
 :)
gab

Well it would need to be the name of the actual file that's playing.

That seems a little strange to me, so next build I'll try this:
Changed: The sidecar cover art for music in Theater View should be [Album].jpg or [Artist].jpg instead of [Name].jpg.
Logged
Matt Ashland, JRiver Media Center

gappie

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 4566
Re: artist background images in Theater View
« Reply #5 on: April 19, 2016, 11:44:07 am »

Thanks a lot!!!!

looking forward to that.

 :)
gab
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41971
  • Shoes gone again!
Re: artist background images in Theater View
« Reply #6 on: April 19, 2016, 11:45:44 am »

Thanks.  Please let us know if it works once the build ships.

I didn't actually test it, because it seemed like a pretty simple code change.  But you know how it goes!
Logged
Matt Ashland, JRiver Media Center

gappie

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 4566
Re: artist background images in Theater View
« Reply #7 on: April 19, 2016, 11:55:56 am »

of course....

i like testing stuff.  :P
Logged

JimH

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 71465
  • Where did I put my teeth?
Re: artist background images in Theater View
« Reply #8 on: April 19, 2016, 12:03:37 pm »

Since 2007.  Thank you.
Logged

gappie

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 4566
Re: artist background images in Theater View
« Reply #9 on: April 29, 2016, 06:01:21 am »

Thanks.  Please let us know if it works once the build ships.

I didn't actually test it, because it seemed like a pretty simple code change.  But you know how it goes!
hello Matt,
i tested it and i still get no local sidecar images for artists or albums, i tried both. last fm stuff is no problem but the local files are never shown for audio.

Since 2007.  Thank you.
you are very welcome..

thanks a lot
 :)
gab
Logged

gappie

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 4566
Re: artist background images in Theater View
« Reply #10 on: May 10, 2016, 08:52:16 am »

a small bump.
one way i tested it is using an artist that does not exist on last FM and place an image in the map of the album with the name of the artist. theater view wont show the image :(
besides that i used different skins and changed all the settings i could think of

 :)
gab

PS: it is also not something network etc.. the files are on a HD in my machine.
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41971
  • Shoes gone again!
Re: artist background images in Theater View
« Reply #11 on: May 10, 2016, 09:03:06 am »

It should find any sidecar images that meet any of the following requirements:
1) Begin with the album name
2) Begin with the artist name
3) Begin with the word Folder

And of course it's looking in the same folder as the music file and not looking at lower or higher folders.
Logged
Matt Ashland, JRiver Media Center

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41971
  • Shoes gone again!
Re: artist background images in Theater View
« Reply #12 on: May 10, 2016, 09:07:26 am »

And just for completeness, it finds these file types:

   JRStringArray aryImageTypes;
   aryImageTypes.Add(_T("jpg"));
   aryImageTypes.Add(_T("jpeg"));
   aryImageTypes.Add(_T("png"));
   aryImageTypes.Add(_T("bmp"));
   aryImageTypes.Add(_T("gif"));
Logged
Matt Ashland, JRiver Media Center

gappie

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 4566
Re: artist background images in Theater View
« Reply #13 on: May 10, 2016, 09:27:09 am »

It should find any sidecar images that meet any of the following requirements:
1) Begin with the album name
2) Begin with the artist name
3) Begin with the word Folder

And of course it's looking in the same folder as the music file and not looking at lower or higher folders.
yep, that is how i do it, 1 and 2 that is. just tried 3 and it wont pick the sidecar images either. there is nothing else i need to do, right. just an image beside the sound files.

i just tried also some different sizes, but that did not make a difference either. the last fm images are shown fine.

 :)
gab
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41971
  • Shoes gone again!
Re: artist background images in Theater View
« Reply #14 on: May 10, 2016, 09:28:48 am »

Will you try naming one of the files Folder.jpg and see if it picks that up?
Logged
Matt Ashland, JRiver Media Center

gappie

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 4566
Re: artist background images in Theater View
« Reply #15 on: May 10, 2016, 09:33:08 am »

Will you try naming one of the files Folder.jpg and see if it picks that up?
did not help. :)
Logged

gappie

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 4566
Re: artist background images in Theater View
« Reply #16 on: May 10, 2016, 09:40:06 am »

i also just did a reset on theater view. did not help either.

 :)
gab
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41971
  • Shoes gone again!
Re: artist background images in Theater View
« Reply #17 on: May 10, 2016, 09:54:49 am »

Try putting a file in C:\Test with a Folder.jpg next to it and see if that works.

I'm really riddled.
Logged
Matt Ashland, JRiver Media Center

gappie

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 4566
Re: artist background images in Theater View
« Reply #18 on: May 10, 2016, 10:05:04 am »

Try putting a file in C:\Test with a Folder.jpg next to it and see if that works.

I'm really riddled.
hmm. does not work either  ?
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41971
  • Shoes gone again!
Re: artist background images in Theater View
« Reply #19 on: May 10, 2016, 01:23:20 pm »

Ahh!

I think I'll have it fixed next build.

From the history:
Fixed: Theater View background loading wasn't looking at the sidecar paths properly.
Logged
Matt Ashland, JRiver Media Center

gappie

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 4566
Re: artist background images in Theater View
« Reply #20 on: May 10, 2016, 02:07:20 pm »

cool.. i just planned to kidnap the laptop of my wife this night to see if it would be the same.. ill put that plan in the freezer for later.. :) ill keep you updated.

thanks
 :)
gab
Logged

gappie

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 4566
Re: artist background images in Theater View
« Reply #21 on: May 12, 2016, 09:07:31 am »

nearly there... :)
thanks.
on the c drive the test file works great now with 81.

But when i choose from my music drive, it wont pick up the sidecars when i go to the artist and the album and choose to play the album. it wont show in playing now either..
but: when i choose the artist and the album and do a ctrl1 >> ctrl4 reopening theater view where i left of, the sidecar is shown.. the same for playing now in theater view..

does that make sense?

 :)
gab

edit:
hmmm not sure.. does mc buffer those images, because it seems to get better and better in picking up the sidecars. so maybe i was impatient?

thanks ill keep testing a bit, but for now it seems good..

Logged
Pages: [1]   Go Up