-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thumbnails won't generate #162
Comments
Hi, I have exactly the same problem. Videos play just fine in the gallery, but the Synchronize function will not generate thumbnails. After clicking "submit", it lists all the videos in green, but doesn't do anything except give me the error: "You ask me to do nothing, are your sure?" 'Perform a simulation only' is NOT checked. Can you please provide some help for this? |
Same here. Part from that, awesome plugin, well done! I get the following message(s):
|
Hi, probably you guys have to go to MySQL editor and execute this query for table Parameter |
Will try, thanks for info! That seem like a small thing to try for sure. Seems this plugin is somewhat abandoned and needs to be updated to work with newer versions of piwigo and other dependencies. Or at least get some love and attention. Much appreciated you provided a possible solution, since the plugin is a really neat addition to an awesome application (just discovered it and it fits my purposes perfectly!) |
Did you test it? I am having the same issue |
I don't have a table "config". I have piwigo_config, however that doesn't include any vjs_sync rows |
Well, I think it worked. Now I get timeouts instead, which I can adress. Thank you for the kind help @ipsedix !
The actual name of the table depend on installation, ie if any prefix to tables was chosen upon setup. I too have used the 'piwigo_' prefix so my table was named 'piwigo_config'. |
Yup. After adressing the timeout issue, it works - confirmed. However, the timing issue is not insignificant since it seems to scale bad with large albums. But that's a completely different issue :) |
For me the problem is fixed with the suggestion by @jensbrak to insert the value into the database, which is also called 'piwigo_config' in my case, by running the following commands in the mysql console:
'piwigo_db' is the name I choose for the database. It is most definitely different on other installations. I had the same problem (video playback ok, sync of meta data ok, thumbnail generation nok) with the latest videojs 2.9.b and piwigo 2.10.2. |
@jensbrak is right, and my data table prefix is also piwigo_db, but the SQL statement should not be written as |
Hello,
I installed your plugin, however the plugin is unable to generate any thumbnails.
When trying to generate I get the error: "You ask me to do nothing, are you sure?"
I do see 4 empty fields under Program Dependencies, but when I fill them in, there is no save button. Clicking the submit at the bottom gives the same error again (You ask me to do nothing, are you sure?) and causes the fields to be empty again.
How can I troubleshoot this?
The text was updated successfully, but these errors were encountered: