Video Title Silverriot Silver Riot Videos Fix May 2026
The inclusion of "fix" in the query suggests that there is a perceived problem or issue that needs resolution. This could range from technical issues with video playback, content removal policies, changes in algorithms affecting video visibility, to dissatisfaction with the type of content being promoted or allowed on platforms.
If titles appear correctly in private mode, the issue is cached scripts or localStorage from a bad SilverRiot update.
Problem: A script loop mistakenly overwrote titles with a generic string. video title silverriot silver riot videos fix
Fix using SQL Regex:
UPDATE silverriot_videos
SET title = REGEXP_REPLACE(title, '^Silver Riot Video - [0-9]+$', '')
WHERE title LIKE 'Silver Riot Video - %';
Then repopulate titles from original filenames. The inclusion of "fix" in the query suggests
import requests
videos = requests.get('https://api.silverriot.com/v2/videos').json() for video in videos: clean_title = video['filename'].replace('_', ' ').replace('.mp4', '').title() requests.patch(f"https://api.silverriot.com/v2/video/video['id']", json='title': clean_title)
Use MKVToolNix (free GUI).
If your video is already on YouTube and the title appears wrong or truncated: Then repopulate titles from original filenames
If an entire playlist has broken SilverRiot titles: