Dasweb Posted January 20, 2022 Share Posted January 20, 2022 Anyway to do this in a timely manner? I realized my grabber was pulling in titles that are all incorrect. Quote Link to comment Share on other sites More sharing options...
Tech Support Posted January 21, 2022 Share Posted January 21, 2022 Do you mean to manually decide what to do with each title? Then editing via editor is the only possible way for now. No support for grid editing at the moment. If you need to delete some same text from titles, then could be done with direct SQL query (using phpmyadmin for example): update ktvs_videos set title = replace(title, 'xxxxx', '') where gallery_url!=''; NOTE: the code includes filter to affect only videos that were added by grabbers (to avoid accidentally affecting other videos). To apply this replace on all videos you need to remove "where gallery_url!=''" at the end. Quote Link to comment Share on other sites More sharing options...
Nina Posted April 12, 2022 Share Posted April 12, 2022 Can we expect feature of grid editing in future update? Sometimes it gets too hectic when you have to edit titles of multiple videos, going through the whole page just for editing the titles for removing unncessary title text like hyphon, symbol urls or certain text. I am eagrly waiting for this grid editing feature for quickly editing the titles. Thanks! Quote Link to comment Share on other sites More sharing options...
Tech Support Posted April 12, 2022 Share Posted April 12, 2022 Yes, definitely, but not sure if will be a possibility to add it in the upcoming update. 1 Quote Link to comment Share on other sites More sharing options...
Jim Posted April 22, 2022 Share Posted April 22, 2022 Is it possible to edit video titles directly in the database? At present having to edit video titles individually, waiting for each video to open and close is very very slow? Quote Link to comment Share on other sites More sharing options...
Tech Support Posted April 22, 2022 Share Posted April 22, 2022 Sure you can edit titles in database directly, ktvs_videos.title column. Quote Link to comment Share on other sites More sharing options...
Jim Posted April 22, 2022 Share Posted April 22, 2022 When the video title is changed on the KVS video edit page the directory is updated by KVS automatically to also align. Correct? If instead the video title is edited directly in the database will KVS detect the change and auto update the directory also? If not what would be the recommended approach to generate the new directory to align with the new title? Quote Link to comment Share on other sites More sharing options...
Tech Support Posted April 22, 2022 Share Posted April 22, 2022 Yes, this is the case. But you can re-generate directories for all videos using mass edit GUI, it is the very first option: Quote Link to comment Share on other sites More sharing options...
Jim Posted April 22, 2022 Share Posted April 22, 2022 Ok so the directories can be sorted after in batches. To edit the title in the database, the default view of the title column shows only a very narrow column. Please could you advise how to increase the width of the title display so it is readily readable? (switching columns on/off from the display seems ok but I can't see how the width is adjusted) Thank you Quote Link to comment Share on other sites More sharing options...
Tech Support Posted April 23, 2022 Share Posted April 23, 2022 Hm... I'm not sure how to adjust this, it looks like you are using some kind of DB access tool. Quote Link to comment Share on other sites More sharing options...
Jim Posted October 23, 2022 Share Posted October 23, 2022 Is the mass grid editor included in the latest kVS update? Quote Link to comment Share on other sites More sharing options...
Tech Support Posted October 24, 2022 Share Posted October 24, 2022 14 hours ago, Jim said: Is the mass grid editor included in the latest kVS update? No, the grid editor also needs backend changes, at the moment these changes are still ongoing and we will start pushing them from categorization (more simple objects), later posts, albums, videos. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.