This file is indexed.

/usr/share/transmageddon/profiles/ps3.xml is in transmageddon 1.5-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0"?>

<device>
    <make>Sony</make>
    <model>Playstation 3</model>
    <description>Profile for Playstation 3</description>
    <author>
        <name>Daniel G. Taylor</name>
        <email>dan@programmer-art.org</email>
    </author>
    <version>1.0</version>
    <icon>file://ps3.svg</icon>
    <default>Normal</default>
    
    <profile>
        <name>Normal</name>
        <container>video/mpegts,systemstream=true,packetsize=192</container>
        <extension>ts</extension>
        <audio>
            <name>audio/x-ac3, rate=44100</name>
            <channels>1, 6</channels>
        </audio>
        <video>
            <name>video/x-h264, profile=constrained-baseline</name>
            <passes>2</passes>
            <pixelaspectratio>0/0</pixelaspectratio>
            <width>320, 1920</width>
            <height>240, 1080</height>
            <framerate>1, 30</framerate>
        </video>
    </profile>
</device>