Re: [slim] Album art full screen

2022-09-23 Thread atca
/usr/share/squeezeboxserver/HTML/EN/html/SqueezeJS/now.html atca's Profile: http://forums.slimdevices.com/member.php?userid=56880 View this thread: http://forums.slimdevices.com/showthread.php?t=107963

Re: [slim] Album art full screen

2017-10-08 Thread atca
DJanGo wrote: > Hi. > > if you are using more than one player - the url shows always the last > used player... > > Saver way is to add ?player=yo:ur:pl:ay:er:id to the link. > eg > http://URL_TO_SERVER:9000/html/SqueezeJS/now.html?player=ca:fe:04:dj:an:g0Yes > aware of that but it doesn't

Re: [slim] Album art full screen

2017-10-08 Thread DJanGo
atca wrote: > Finally solved and working, in browser it looks like below when set to > full screen. Looks great on a large TV and auto updates when the track > changes. > > Accessed by: > http://URL_TO_SERVER:9000/html/SqueezeJS/now.html > > Hi. if you are using more than one player - the

Re: [slim] Album art full screen

2017-10-06 Thread atca
DJanGo wrote: > funny ... > These are some lines out of your now.html > Good spot zip revised. atca's Profile: http://forums.slimdevices.com/member.php?userid=56880 View this thread:

Re: [slim] Album art full screen

2017-10-05 Thread DJanGo
atca wrote: > > Screenshot > 23810 > funny ... These are some lines out of your now.html Code: background: url("https://sxt.cdn.skype.com/assets/dropzone/saved.png;) 1. Hello Hello Adele

Re: [slim] Album art full screen

2017-10-05 Thread atca
Finally solved and working, in browser it looks like below when set to full screen. Looks great on a large TV and auto updates when the track changes. Accessed by: http://URL_TO_SERVER:9000/html/SqueezeJS/now.html Stored on linux server at:

Re: [slim] Album art full screen

2017-09-21 Thread d6jg
These days it should be - but that won't be the reason it doesn't work *Pi3 with piCoreplayer music on QNAP TS419p via NFS* iThingys/iPeng/Tablets/Jogglers *Living Room* - Joggler & SB3 -> Onkyo TS606 - > Celestion Ditton F20s *Office* - Pi -> Sony TA FE320 -> Celestion F10s / Pi & SB3 ->

Re: [slim] Album art full screen

2017-09-20 Thread Michael Herger
Any idea why my tags don't work in my ? Check its style definition using your browser's dev tools. -- Michael ___ discuss mailing list discuss@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/discuss

Re: [slim] Album art full screen

2017-09-20 Thread atca
Thanks getting there. Any idea why my tags don't work in my ? https://pastebin.com/eGZSb1Vm End result should be: LHS - cover art RHS - Track no. & Title Album Artist This is to display on a large TV. atca's

Re: [slim] Album art full screen

2017-09-20 Thread Michael Herger
Does Squeezejs.ui.Albumartist or Squeezejs.ui.Artist exist? They are not on the wiki. There'se .Contributors. Not exactly the same, but comes closest. -- Michael ___ discuss mailing list discuss@lists.slimdevices.com

Re: [slim] Album art full screen

2017-09-20 Thread atca
mherger wrote: > > I can render each variable to a table but I want to concatenate > crudely > > as follows: > > > > Squeezejs.ui.Tracknumber & "." & squeezejs.ui.Trackname > > Squeezejs.ui.Album > > Squeezejs.ui.Albumartist > > You wouldn't concatenate those items in code, but define

Re: [slim] Album art full screen

2017-09-18 Thread Michael Herger
I can render each variable to a table but I want to concatenate crudely as follows: Squeezejs.ui.Tracknumber & "." & squeezejs.ui.Trackname Squeezejs.ui.Album Squeezejs.ui.Albumartist You wouldn't concatenate those items in code, but define different elements in your HTML to represent the

Re: [slim] Album art full screen

2017-09-18 Thread DJanGo
d6jg wrote: > Tried that and it works but how do you determine which player ? Simply by adding the mac adress from the player eg: http://lms-server:9000/music/current/cover.jpg?player=ca:fe:04:dj:an:g0 DJanGo's

Re: [slim] Album art full screen

2017-09-18 Thread d6jg
Roland0 wrote: > You can get the current cover image from: > > Code: > > http://lms-server:9000/music/current/cover.jpg > > > If you want it in the browser, use auto-refresh (eg. for firefox, the > reloadevery or tabmix plus extensions can do this)

Re: [slim] Album art full screen

2017-09-18 Thread atca
Roland0 wrote: > 'SqueezeJS tutorial' > (http://wiki.slimdevices.com/index.php/SqueezeJS_tutorial) I read the tutorial previously but was none the wiser as to how to concatenation two returned variables. I can render each variable to a table but I want to concatenate crudely as follows:

Re: [slim] Album art full screen

2017-09-11 Thread Roland0
atca wrote: > I am playing with squeezejs. How do I concatenate elements e.g. > Squeezejs.ui.trackno and squeezejs.ui.title ? > 'SqueezeJS tutorial' (http://wiki.slimdevices.com/index.php/SqueezeJS_tutorial) SW: extGUI4LMS - new web UI: 'forum'

Re: [slim] Album art full screen

2017-09-10 Thread atca
@mherger I am playing with squeezejs. How do I concatenate elements e.g. Squeezejs.ui.trackno and squeezejs.ui.title ? Sent from my Nexus 5 using Tapatalk atca's Profile:

Re: [slim] Album art full screen

2017-09-10 Thread atca
Roland0 wrote: > You can get the current cover image from: > > Code: > > http://lms-server:9000/music/current/cover.jpg > > > If you want it in the browser, use auto-refresh (eg. for firefox, the > reloadevery or tabmix plus extensions can do this)

Re: [slim] Album art full screen

2017-09-10 Thread Roland0
You can get the current cover image from: Code: http://lms-server:9000/music/current/cover.jpg If you want it in the browser, use auto-refresh (eg. for firefox, the reloadevery or tabmix plus extensions can do this) Otherwise, just use a shell

Re: [slim] Album art full screen

2017-09-10 Thread Michael Herger
Is there anyway to have the album art full screen for the now playing track? Not by default. But I think somebody has come up with a custom screensaver type web skin or page to do this. Maybe you can find it if you search for "squeezejs". -- Michael

[slim] Album art full screen

2017-09-09 Thread atca
I use the web interface via browser on a linux rig running on a 49" 4k TV. Is there anyway to have the album art full screen for the now playing track? I can do this by manually by clicking the album art thumbnail and opening in a new tab. Whilst running the browser in kiosk / full screen

Re: [slim] Album art from iTunes to Squeezebox

2010-11-10 Thread elstensoftware
When you say 'add cover art to an album in iTunes' exactly how did you do it? Ignoring the artwork library feature andy mentioned for a moment, without the feature turned on the artwork must be embedded inside the music file. There's a description of how to do it here:

Re: [slim] Album art from iTunes to Squeezebox

2010-11-10 Thread pski
Here's another script. It's attached as .txt because the forum does not allow .js It is not chatty and only displays a dialog box when it finishes. P +---+ |Filename: SaveItunesArtworkToFile.js.txt |

Re: [slim] Album art from iTunes to Squeezebox

2010-11-10 Thread cjfreitag
Thanks for the suggestions. I added the artwork for the albums in question directly to the files by selecting all the tracks for the album, using Get Info, and then pasting the album art in to the cover art field. Each time I do this iTunes gives me the processing file message so it appears to be

Re: [slim] Album art from iTunes to Squeezebox

2010-11-10 Thread cjfreitag
I should have checked this earlier. I looked at my scanner log and found a lot of entries like this: [10-11-09 19:29:13.8354] Slim::Plugin::iTunes::Importer::Artwork::OSX::exportSingleArtwork (107) Error: Error from artwork script: Error getting artwork: iTunes got an error: Parameter error. Of

[slim] Album art from iTunes to Squeezebox

2010-11-09 Thread cjfreitag
When I add cover art to an album in iTunes the cover art is not showing up on my Squeezebox Touch. This is even after I do a library rescan in SBS. What am I missing? Mac Mini/OS 10.6/SBS 7.5.1 -- cjfreitag cjfreitag's

Re: [slim] Album art from iTunes to Squeezebox

2010-11-09 Thread andyg
There's an option you can enable that tries to pull art from iTunes' proprietary database into SBS. It's very slow and sometimes doesn't work. It's in Settings - iTunes in the web UI. -- andyg andyg's Profile:

Re: [slim] Album art from iTunes to Squeezebox

2010-11-09 Thread cjfreitag
Yes, I had that selected when I did the library scan. -- cjfreitag cjfreitag's Profile: http://forums.slimdevices.com/member.php?userid=41363 View this thread: http://forums.slimdevices.com/showthread.php?t=83184

Re: [slim] album art

2010-10-31 Thread pski
jbloewheedle;586066 Wrote: i figured it out, i have to cut and paste artwork in itunes to imbed it in the file. sort of a pain but it works. Rename the attachment so it has a .js extension. It will extract the artwork from iTunes and put in each folder as cover.jpg You may need to change

[slim] album art

2010-10-30 Thread jbloewheedle
Hi: I just converted a bunch of music into flac format using dbpoweramp and loaded it into my music library. I rescanned the library and everything came across fine, but some of the albums have artwork and others don't. My question is once it is in the library is there a way to get album artwork

Re: [slim] album art

2010-10-30 Thread jbloewheedle
i figured it out, i have to cut and paste artwork in itunes to imbed it in the file. sort of a pain but it works. -- jbloewheedle jbloewheedle's Profile: http://forums.slimdevices.com/member.php?userid=14772 View this

Re: [slim] Album art and multiple albums are going to drive me insane

2010-08-16 Thread SBURKE
Thanks guys, I will try this as soon as I get back (was away this weekend without access to my setup). -- SBURKE SBURKE's Profile: http://forums.slimdevices.com/member.php?userid=37042 View this thread:

Re: [slim] Album art and multiple albums are going to drive me insane

2010-08-16 Thread SBURKE
Quick question: How do I know when the cleanup run is done? There doesn't seem to be an indication of its progress or completion. Thanks, SB -- SBURKE SBURKE's Profile:

Re: [slim] Album art and multiple albums are going to drive me insane

2010-08-16 Thread garym
I noticed that. I suspect it is almost instant as all it is doing is deleting a few files from the Cache -- garym garym's Profile: http://forums.slimdevices.com/member.php?userid=17325 View this thread:

Re: [slim] Album art and multiple albums are going to drive me insane

2010-08-16 Thread SBURKE
This seems to have resolved the problem, or almost all of it. Very much appreciative of the help, guys. -- SBURKE SBURKE's Profile: http://forums.slimdevices.com/member.php?userid=37042 View this thread:

Re: [slim] Album art and multiple albums are going to drive me insane

2010-08-16 Thread garym
SBURKE;569669 Wrote: This seems to have resolved the problem, or almost all of it. Very much appreciative of the help, guys. perfect! -- garym garym's Profile: http://forums.slimdevices.com/member.php?userid=17325

Re: [slim] Album art and multiple albums are going to drive me insane

2010-08-14 Thread SBURKE
garym;568904 Wrote: 1. Is your art embedded or in a jpg file within each album folder? 2. What type of files (FLAC, mp3, ???) 3. What version of SbS are you running and which OS? 4. Did you try a clear cache and then do a complete clear and rescan? 5. Before moving to the new drive did all

Re: [slim] Album art and multiple albums are going to drive me insane

2010-08-14 Thread Phil Leigh
Clear the cache from the system tray applet - on the Advanced tab... -- Phil Leigh You want to see the signal path BEFORE it gets onto a CD/vinyl...it ain't what you'd call minimal... Touch(wired/XP) - TACT 2.2X (Linear PSU) + Good Vibrations S/W - MF Triplethreat(Audiocom full mods) - Linn

Re: [slim] Album art and multiple albums are going to drive me insane

2010-08-14 Thread garym
Phil Leigh;569025 Wrote: Clear the cache from the system tray applet - on the Advanced tab... Yep, you need to clear the cache, then do a clear and rescasn of your library (yet again) before moving forward to see what's not working. As Phil notes, in your system tray, right click the SbS

[slim] Album art and multiple albums are going to drive me insane

2010-08-13 Thread SBURKE
I recently moved my entire music library from one location to another, mainly because it had gotten quite large (around 60,000 tracks), and I wanted it in one place, on a new, larger external drive. So everything is now on that drive. I changed the location of the library, and cleared and

Re: [slim] Album art and multiple albums are going to drive me insane

2010-08-13 Thread garym
SBURKE;568864 Wrote: I recently moved my entire music library from one location to another, mainly because it had gotten quite large (around 60,000 tracks), and I wanted it in one place, on a new, larger external drive. So everything is now on that drive. I changed the location of the

[slim] Album Art Screensaver - now playing?

2010-08-04 Thread Viragored
Hi everyone - A little while back I installed the screensaver that was announced a few years back by cr-mattias here - http://forums.slimdevices.com/showthread.php?t=35267 It works great, but There was originally integration with slimserver to feature 'now playing' details, but that

Re: [slim] Album Art Issues

2010-07-27 Thread Phil Leigh
UNCMo96;564557 Wrote: I am running squeezebox server on a vortexbox. My cover art is all screwed up. In album art view it will not show. When I click on the album is there. The files have cover.jpg and folder.jpg as album art and have the art in the tags. Any thoughts? full clear and rescan

Re: [slim] Album Art Issues

2010-07-27 Thread elstensoftware
Yes: - Go to the Squeezebox Server Web UI on the VortexBox - Click 'Settings' - On the 'Basic Settings' tab under 'Rescan Music Library' choose 'Look for new and changed music' - Press the Rescan button. -- elstensoftware 'bliss' (http://www.blisshq.com) - fully automated music

[slim] Album Art Issues

2010-07-26 Thread UNCMo96
I am running squeezebox server on a vortexbox. My cover art is all screwed up. In album art view it will not show. When I click on the album is there. The files have cover.jpg and folder.jpg as album art and have the art in the tags. Any thoughts? -- UNCMo96

Re: [slim] Album art file name

2009-10-26 Thread Edj11
It's working now after updating to Versie: 7.4.1 - r28947. -- Edj11 Edj11's Profile: http://forums.slimdevices.com/member.php?userid=33631 View this thread: http://forums.slimdevices.com/showthread.php?t=69959

[slim] Album art file name

2009-10-18 Thread Edj11
In all my album folders i have the cover art named *Front.jpg*. I know that Squeezecenter will look for other file names. Now i'm trying to add the front.jpg file name to the squeezecenter under the tab advanced - formatting - artwork. When entered here *front.jpg* or *%Filefront.jpg* it won't

Re: [slim] Album art file name

2009-10-18 Thread usch
Have you tried just *front* without the extension? -- usch usch's Profile: http://forums.slimdevices.com/member.php?userid=33389 View this thread: http://forums.slimdevices.com/showthread.php?t=69959

Re: [slim] Album art file name

2009-10-18 Thread GlenL
Have you tried Front.jpg ? If you are running Squeezeserver under Linux the file name will be case sensitive I believe. i.e front.jpg is not the same as Front.jpg You may also need to perform a full rescan after changing this option. -- GlenL

Re: [slim] Album art file name

2009-10-18 Thread Edj11
Thanks for the response so far. Tried *front* without extension also tried it with different case sensitive. Even tried it with wildcard *** as extension, no luck so far. BTW running Squeezebox Versie: 7.3.2 - 24695 on a Nas-Netgear duo. Edit: After every retry i do a full rescan. -- Edj11

[slim] Album Art does not show up on Album page

2009-04-09 Thread Scallywagfr78
I have moved SqueezCenter from a PC to a portable both under Vista. Everything went fine on the ordinary PC and on the portable except on the latter album art does not show up on the Album page. Changing size specifications under SqueezeCenter did not fix the problem. I am using for some years

[slim] album art priority?

2009-03-20 Thread bobkoure
ARTWORK Images of album artwork, when available, are displayed when viewing an album or song information. Artwork images are found in the ID3 tags for individual songs or can reside in the same folder as song files. By default, images named cover.jpg, folder.jpg, album.jpg, or thumb.jpg are

Re: [slim] Album Art Aggregator - gone bye bye?

2009-01-22 Thread jose
I tried this http://www.unrealvoodoo.org/hiteck/projects/albumart/ Stopzilla reports this a malicious site A malicious Web site attempts to infect visitors with Spyware, or is a Phishing site. Phishing sites are fraudulent sites designed to look like legitimate commercial Web sites. Anyone

Re: [slim] Album Art Aggregator - gone bye bye?

2009-01-22 Thread bossanova808
The URL you want is... http://sourceforge.net/projects/album-art Download 0.25 (it's the latest despite the silly numbering system) and away you go... The URL two posts above is for a completely different program. -- bossanova808

Re: [slim] Album Art Aggregator - gone bye bye?

2009-01-21 Thread ad180
Since their website seems to have vaporized again, I have uploaded AAA to my site for posterity (and so I can make sure I always have a copy handy!). http://seorf.ohiou.edu/~ad180/ -- ad180 ad180's Profile:

Re: [slim] Album Art Aggregator - gone bye bye?

2009-01-21 Thread brucegrr
Thanks for doing this. I spent an hour today trying to find this...anywhere, everywhere, cuss, give up :) -- brucegrr brucegrr's Profile: http://forums.slimdevices.com/member.php?userid=3964 View this thread:

Re: [slim] Album Art Aggregator - gone bye bye?

2009-01-21 Thread bossanova808
The Album Art Downloader mentioned above is indeed very good - it kind of hides its functionality though. At first it looks like you have to do it one by one, but if you look in the menu it has a file browser section. You point this at your music folder and it scans everything you have in one

Re: [slim] Album Art Aggregator - gone bye bye?

2009-01-21 Thread dwc
OK so the AAD link is dead now. :) http://louhi.kempele.fi/ -- dwc dwc's Profile: http://forums.slimdevices.com/member.php?userid=1892 View this thread: http://forums.slimdevices.com/showthread.php?t=33888

Re: [slim] Album Art Display Problem

2008-10-13 Thread Michael Herger
In SC 7.2 (obtained and installed via .deb stable release) the artwork fails to display for some albums, but not all. In some directories, I've recently seen various complaints about such misbehaviour, but haven't been able to reproduce. Could you please check spelling on names? Do they

Re: [slim] Album Art Display Problem

2008-10-13 Thread txoof
I've resolved the problem with SqueezeCenter displaying some, but not all album art. Currently it displays all available album art using the %ALBUM - ARTIST.jpg format. The R.E.M. directory is still having issues, however. Included below is the output from the directory. As far as I can tell,

[slim] Album Art Display Problem

2008-10-11 Thread txoof
In SC 7.2 (obtained and installed via .deb stable release) the artwork fails to display for some albums, but not all. In some directories, some of the albums display perfectly, while others do not. Instead of album art, only the placeholder artwork is displayed. The artwork is stored in a

Re: [slim] Album Art Display Problem

2008-10-11 Thread Siduhe
If you rename a couple of the missing artwork files as Artist.jpg (i.e. lose the s and initial capitalise the file), do they appear when you rescan using the %ALBUM - ARTIST format? -- Siduhe Who am I on 'LAST.FM' (http://www.last.fm/user/siduhe)? -Siduhe Loved Tracks radio got the thumbs up.

Re: [slim] Album Art Display Problem

2008-10-11 Thread txoof
None of the files are actually called 'album - artists.jpg'. They are actually listed as follows: /Rock/R.E.M./ Accelerate - R.E.M..jpg Automatic For The People - R.E.M..jpg Document - R.E.M..jpg Eponymous - R.E.M..jpg Great Beyond [Single] - R.E.M..jpg Green - R.E.M..jpg Life's Rich Pageant -

Re: [slim] Album Art Display Problem

2008-10-11 Thread txoof
Oddly, I've gotten the album artwork to display for *most* albums. I used %ALBUM - ARTIST.jpg Some of the albums refuse to display, however. The R.E.M. albums that I listed above are of particular annoyance right now. Any ideas why those, in particular, won't display? I checked the

Re: [slim] Album Art Display Problem

2008-10-11 Thread MeSue
I don't know if it's the same on other OS'es, but there is something weird that happens when you have a directory with a trailing period. I would guess it has something to do with that or the two periods before the jpg extension. -- MeSue Sue http://www.last.fm/user/MeSue

Re: [slim] Album Art not showing...

2008-10-06 Thread AndrewFG
herts101;344968 Wrote: Check out this thread: http://forums.slimdevices.com/showthread.php?t=44344highlight=saveitunesartworktofile.jspage=4 Or this one: http://forums.slimdevices.com/showthread.php?t=53413 -- AndrewFG Regards, AndrewFG

Re: [slim] Album Art not showing...

2008-09-28 Thread herts101
Check out this thread: http://forums.slimdevices.com/showthread.php?t=44344highlight=saveitunesartworktofile.jspage=4 The script worked for me on Windows XP. Peter. -- herts101 herts101's Profile:

Re: [slim] Album Art not showing...

2008-09-18 Thread Zeno
... select the album with missing art work. Copy (right click on cover in itunes)the cover not displaying in squeeze center into the clip board and paste it again. The art work now will show up in squeeze center. elmstreet;330160 Wrote: Hi everyone, I tried to find an answer to my question

Re: [slim] Album Art not showing...

2008-08-31 Thread Evan_E
AndrewFG;330236 Wrote: Actually your statement is not strictly correct...I sit corrected. And edified. -- Evan_E Evan_E's Profile: http://forums.slimdevices.com/member.php?userid=11841 View this thread:

[slim] Album art not showing

2008-08-29 Thread boomdijk
I have a small, but nagging problem. I am using a duet and have installed 7.2. I have cover art in my directory with my music. I scan the dir so the music is in the library (nuked and rescanned) But when i play the music the album art is presentand showing. In the list there is no album art

Re: [slim] Album art not showing

2008-08-29 Thread kesey
boomdijk;333881 Wrote: I have a small, but nagging problem. I am using a duet and have installed 7.2. I have cover art in my directory with my music. I scan the dir so the music is in the library (nuked and rescanned) But when i play the music the album art is presentand showing. In the

Re: [slim] Album Art not showing...

2008-08-18 Thread AndrewFG
Evan_E;330207 Wrote: If you manually add artwork, it's embedded in the ID3 tags and SqueezeCenter handles it with aplomb. Actually your statement is not strictly correct... In the case of user added cover art, Apple uses a proprietary extension of the MPEG-4 (aka MP4) file format whereby the

[slim] Album Art not showing...

2008-08-17 Thread elmstreet
Hi everyone, I tried to find an answer to my question on the last few pages of this forum but had no luck. Here is my problem: I manage all my music with iTunes and everything is ok regarding album covers. Managing them with iTunes 7.6 make them embedded, so I have no cover.jpg or ALBUM NAME.jpg

Re: [slim] Album Art not showing...

2008-08-17 Thread Michael Herger
Managing them with iTunes 7.6 make them embedded, so I have no cover.jpg or ALBUM NAME.jpg files in my folders. SC doesn't support iTunes' cover art, as they decided not to document they're format. You might give the iTunesUpdater plugin a try, which can help with this issue. You'll find

Re: [slim] Album Art not showing...

2008-08-17 Thread elmstreet
It's strange cause all of my covers are treated by itunes and half od them do show up but the other half doesn't. I looked further about the size clue but it is not relevant. Some of the cover showing are bigger than 500x500. I really don't see any logic in this. Though I'll give a try to iTunes

Re: [slim] Album Art not showing...

2008-08-17 Thread Evan_E
mherger;330175 Wrote: SC doesn't support iTunes' cover art, as they decided not to document [their] format. That's only true for artwork that iTunes itself searches for and finds. If you manually add artwork, it's embedded in the ID3 tags and SqueezeCenter handles it with aplomb. If you're

[slim] Album art format

2008-08-15 Thread Toonie
I have just purchased a Duet, and I have to say that I've been very pleased with it. Setting up was pretty straightforward, apart from a minor hiccup which was resolved with help from these forums. I ripped my CD collection a couple of years ago, and this is the first time I've used anything

Re: [slim] Album art format

2008-08-15 Thread signor_rossi
I don't know what the limitations exactly are, but coverart sized bigger than 500x500 pixel rarely showed up in the web interface or Squeezeplay for me. Resizing to a smaller size made them be displayed. Bye, signorRossi. -- signor_rossi

Re: [slim] Album art format

2008-08-15 Thread Toonie
Thanks for the reply. One of the files in question is 300x300 and is just over 20K in size. I have also tried re-encoding using an image editor, just to make sure it's not interleaved or is in some other way 'non-standard'. Could there be some filename case sensitivity ? Each time I copy the file

Re: [slim] Album art format

2008-08-15 Thread Siduhe
definitely make sure the files are called folder.jpg, not Folder.jpg. This has caused problems for people in the past. And a full clear and rescan is always a good idea. -- Siduhe Who am I on 'LAST.FM' (http://www.last.fm/user/siduhe)? -Siduhe Loved Tracks radio got the thumbs up. Feedback

Re: [slim] Album art format

2008-08-15 Thread scottyb530
You'll find a list of filenames and types in the help section on squeezecentre. it details the filenames and types it looks for (and in what orer) within the directories your music is stored. I have a similar issue whereby the squeezebox remote (and the thumbnails in squeezecentre) display the

Re: [slim] Album art format

2008-08-15 Thread Toonie
That fixed it I'm glad to report. I did a test on one of my files, changed from folder.JPG, and now it shows up. Now to go through the rest of the collection. Much appreciated! Toonie. -- Toonie Toonie's Profile:

Re: [slim] album art not showing up until after viewed once

2008-05-25 Thread ldouze
I have exactly the same problem, and its not McAfee (suggested elsewhere to create this problem, as it scans MYI files) I can't find other related threads -- ldouze ldouze's Profile:

Re: [slim] album art not showing up until after viewed once

2008-05-25 Thread Daren
I've reported this to Support who have passed it on to the Devs. A clear and rescan of your library should do the trick. -- Daren Daren's Profile: http://forums.slimdevices.com/member.php?userid=17502 View this thread:

Re: [slim] album art not showing up until after viewed once

2008-05-25 Thread GCall
Hi, I had exactly the same issue and even having tried rescans with AVG disabled nothing changed. However, I then upgraded to squeezecentre 7.0.1 did a rescan and all the art appeared. See if that works for you. -- GCall

Re: [slim] album art not showing up until after viewed once

2008-05-25 Thread RDK
Had the same problem, along with some other scanning bugs, but it went away with the last rescan. Still don't know exectly what I did that cleared up the issue, but now it's working fine. -- RDK RDK's Profile:

[slim] album art not showing up until after viewed once

2008-05-06 Thread eradicatore
My album art works properly in the Music Libraries-Albums way to view albums, but only AFTER I've viewed that specific album by clicking on it. It's like Squeezecenter isn't loading or caching the art until it was forced to one time. Any idea how I can get it to just go cache all the art? My

[slim] Album Art Confusion

2008-05-05 Thread jaffacake
My Squeezebox Controller is showing the image for Bruce Springsteen Greatest Hits for the sleeve of my ZZ Top Greatest Hits album. My music is managed by iTunes and so both albums are stored in completely different file paths, e.g. iTunes Music Bruce Springsteen Greatest Hits for one and

Re: [slim] Album Art issue

2008-04-18 Thread MuckleEck
mherger;292674 Wrote: correct cover art for all my albums. Squeezecenter, however, is pulling art from online somewhere for some reason. Nope, no online pulling magic. But it does read embedded artwork, stored in the music files. Be sure you don't use both of them. Michael Is

[slim] Album Art issue

2008-04-17 Thread lthrower
I thought that Duet was supposed to pull whatever folder.jpg file you have in the same folder with the music. I am finding that not to be the case. I had spent quite a bit of time pulling (or scanning) correct cover art for all my albums. Squeezecenter, however, is pulling art from online

Re: [slim] Album Art issue

2008-04-17 Thread Michael Herger
correct cover art for all my albums. Squeezecenter, however, is pulling art from online somewhere for some reason. Nope, no online pulling magic. But it does read embedded artwork, stored in the music files. Be sure you don't use both of them. Michael

[slim] Album Art only seen when paused or switched off

2008-04-02 Thread Kaizen28
Hi I have noticed that from time to time I will encounter tracks where the album art is not shown when the track is played. Rather the music notes are shown on the controller. However, when I pause or switch off the player, a small window slides up and a mini album art image is shown. Does this

Re: [slim] Album art not showing in Squeezecenter

2008-03-08 Thread parkmad
One more try +---+ |Filename: scanner.txt | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=4518|

Re: [slim] Album art not showing in Squeezecenter

2008-03-08 Thread Fleury
Scanner.log on its way. After copying the log I deleted the Artwork folder from the cache, did another complete rescan, but still no art. To further muddy the waters, I'm also using SC 7.0 on my office PC, where the exact same files and directories do show the art as advertised (looks pretty

Re: [slim] Album art not showing in Squeezecenter

2008-03-08 Thread Michael Herger
One more try Now that's real error messages: Can't create/write to file 'C:\WINDOWS\TEMP\#sql_914_0.MYD Most likely your antivirus scanner (McAfee?) blocking access to that file. Have it ignore *.MY* files. -- Michael ___ discuss mailing list

Re: [slim] Album art not showing in Squeezecenter

2008-03-08 Thread parkmad
Thanks, that worked for me. I wasn't able to find a way to exclude specific files, the Mcafee menu structure is horrible, but I did uninstall Mcafee and did a rescan and now the artwork is there. -- parkmad parkmad's

Re: [slim] Album art not showing in Squeezecenter

2008-03-08 Thread Fleury
That did the trick! I found the same error message in my log, I told McAffee to ignore MYI file extension, rescanned - there's the art! I noticed that it had not been getting past the merge artists scan mode, so it never actually even got to album art scan or database optimize mode. It only

Re: [slim] Album art not showing in Squeezecenter

2008-03-07 Thread ks10
i have had exactly the same problem. due to other problems i took all plugins out of the plugin folder and killed the complete sc cache. after that i put back plugin for plugin and sc did a complete rescan. after that all the albumart was there. i don't know if killing the cache or replacing the

Re: [slim] Album art not showing in Squeezecenter

2008-03-07 Thread Michael Herger
Yes, complete rescan did not help. And yes, if I select an album, add it to the playlist then go back to album view, I now see the art for that album (only) - strange... Please turn the log level for artwork to debug (Settings-Advanced-Logging), re-run a full scan and upload the log file. --

Re: [slim] Album art not showing in Squeezecenter

2008-03-07 Thread Fleury
OK, did that - where is the log file located? -- Fleury Fleury's Profile: http://forums.slimdevices.com/member.php?userid=9783 View this thread: http://forums.slimdevices.com/showthread.php?t=44283

  1   2   >