I know they are working on this but here's a specific problem with the thumbs...
Thumbnails aren't being generated and when i edit a node and click the link to see the thumbnail the url it takes me to has some illegal characters in it: (the thumb_blah bit, not the xxxxxx's)
The requested URL /xxxx-xxxxxxxx.............xxxxxxxx_320x240_thumb_d.jpg was not found on this server.
I think it should be this, but this doesn't work either
The requested URL /xxxx-xxxxxxxx.............xxxxxxxx_320x240_thumb.jpg was not found on this server.
I think they are trying to generate multiple thumbnails and i'm guessing that the thumb_xx is going to be the number of the thumbnail. Which is a cool idea, but what's with the weird characters thumb_d.jpg?
Comments
Comment #1
sphism commentedThis is still a CRITICAL issue.
I thought it had been fixed last week with the updates you did, but alas not.
This really really needs to be fixed :(
Comment #2
kevster commentedIm having the same problem - transcoding seems to work fine now after recent hiccups but no thumbnails showing at all. This is the last stumbling block for us on an otherwise excellent module. Any news guys on a fix please?
Comment #3
sphism commentedHello,
This is still a CRITICAL BUG, no thumbnails are being generated for any content and no one has replied to this issue...
erm... please give me some indication of when this will be fixed, at least just roll back the changes you've made and do your development work on a development system, NOT the live one.
Our site is waiting to go live and we are considering moving to a different system entirely.
Perhaps the module should be tagged as BETA since it currently doesn't work.
Other changes made recently have been great but you've got to provide thumbnails...
Good Luck,
matt
Comment #4
kylebrowning commentedEDIT, dont use this patch, has bad formatting.
Comment #5
kylebrowning commentedApparently
Use this one.
Comment #6
kylebrowning commentedDont use the attachments, they have bad characters in them for some reason..
Use the stuff in < code >
Comment #7
sphism commentedThank you so much Kyle. I'll try this out in the morning and get back to you.
Comment #8
sphism commentedHmm, i'm not getting any thumbnails from the patch you supplied but it's quite possible that my custom code is getting in the way somewhere.
I updated to the latest dev release yesterday and applied your patch to that.
Can you please send me a link to a new style thumbnail that works and / or a description of how the url is formed from the data in the cdn2_videos table...
i think it's:
http://us.network3.cdn2.net/[our unique client code]/[video_token]_flash_flv_low_res_thumb_009.jpg
but currently this doesn't work???
Comment #9
kylebrowning commentedOnce the dev version has been re-generated try again.
I do believe I have fixed this now.
Comment #10
kylebrowning commentedComment #11
sphism commented--deleted--
i think i can fix this myself...
Comment #12
sphism commentedOk i got this working...
I really like that you are generating multiple thumbnails.
You have hard coded it to choose thumbnail 009 but we have short clips and they don't always get 9 thumbs, i changed it to the first thumb and it works great.
The reason i figured this out is that you haven't protected the parent directory from listing all it's files, please can you do this, i don't particularly want people being able to go and grab all the images and movies without using the site.
Sorry, i've changed this to needs work just so you check this post, feel free to set it back to fixed :)
Thanks for sorting this all out for us...
Comment #13
kylebrowning commentedFYI, this will be committed to Dev later today.
http://skitch.com/kylebrowning/n8enm/test-demo.cdn2.net
Comment #14
sphism commentedAh. That look great :)
Comment #15
kylebrowning commentedShould be in dev snapshot as soon as its regenerated
Comment #16
sphism commentedAll works very nicely, being able to select thumbnail on the node edit page is great.
Thanks for doing that.
matt
Comment #17
sphism commentedaarahhaharrrr...
:)
So it turns out only $user->uid == 1 gets a thumbnail made for them.
If you add this permission to a module...
then anyone you give that permission will get thumbs, which you want to be everyone.
ps i'm working on site with lots of overrides so it's possible that this is fixed but i haven't copied the right changes over to my over rides, but i'm pretty sure this isn't the case.
Comment #18
sphism commentedhmm...
ok, so the above fix does indeed show a tickbox for all users to generate a thumbnail but it doesn't actually get made on the server....???
Any ideas kyle?
Comment #19
sphism commentedOk, well this is still an issue. The user with id = 1 gets thumbnails but no one else does.
Any ideas? Is it your end or my end? I can't bugfix your end and everything apart from the uid looks the same to me at my end...
I'm stumped.
matt
Comment #20
kylebrowning commentedI did some work this morning on the module to support permissions for generating thumbnails.
I was able to test and confirm that thumbnails are being generated for a uid that is != 1
If you want, cvs checkout to get the latest changes, or you can wait till a new dev snapshot is generated
Comment #21
kylebrowning commentedComment #22
IncrediblyKenzi commentedNote also that as of the latest dev release, the cdn2 thumb preset is deprecated, as 10 thumbnails are now generated per transcode format. The latest theming functions reflect this as well, and include the ability to select which thumbnail you wish to use.
-=Aaron
Comment #23
sphism commentedJust updated to latest dev release (nov25) and can confirm that the thumbnails are working for everyone.
Thanks for that, and thanks for the other new features as well.
matt