Attachment 'modify-for-xbox360.sql'

Download

   1 begin;
   2 -- force transcoding for MPEG files
   3 update meta_data set mime_type = 'invalid/content' where mime_type='video/mpeg';
   4 -- alter mime type of avi files
   5 update meta_data set mime_type = 'video/avi' where mime_type='video/x-msvideo';
   6 -- alter upnp class for JPEG images - the xbox does not show other images anyway
   7 update meta_data set class = 'object.item.imageItem.photo' where mime_type='image/jpeg';
   8 commit;

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2021-02-25 10:00:54, 0.4 KB) [[attachment:modify-for-xbox360.sql]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.