Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
   357         kx # port for HTTP (descriptions, SOAP, media transfer) traffic
   357         kx port=8200
   357         kx 
   357         kx # network interfaces to serve, comma delimited
   357         kx #network_interface=eth0
   357         kx 
   357         kx # specify the user account name or uid to run as
   357         kx user=minidlna
   357         kx 
   357         kx # set this to the directory you want scanned.
   357         kx # * if you want multiple directories, you can have multiple media_dir= lines
   357         kx # * if you want to restrict a media_dir to specific content types, you
   357         kx #   can prepend the types, followed by a comma, to the directory:
   357         kx #   + "A" for audio  (eg. media_dir=A,/home/jmaggard/Music)
   357         kx #   + "V" for video  (eg. media_dir=V,/home/jmaggard/Videos)
   357         kx #   + "P" for images (eg. media_dir=P,/home/jmaggard/Pictures)
   357         kx #   + "PV" for pictures and video (eg. media_dir=PV,/home/jmaggard/digital_camera)
   357         kx media_dir=P,/srv/media/photo
   357         kx media_dir=V,/srv/media/video
   357         kx 
   357         kx # set this to merge all media_dir base contents into the root container
   357         kx # note: the default is no
   357         kx #merge_media_dirs=no
   357         kx 
   357         kx # set this if you want to customize the name that shows up on your clients
   357         kx friendly_name=RcL DLNA Server
   357         kx 
   357         kx # set this if you would like to specify the directory where you want MiniDLNA to store its database and album art cache
   357         kx db_dir=/var/lib/minidlna
   357         kx 
   357         kx # set this if you would like to specify the directory where you want MiniDLNA to store its log file
   357         kx log_dir=/var/log
   357         kx 
   357         kx # set this to change the verbosity of the information that is logged
   357         kx # each section can use a different level: off, fatal, error, warn, info, or debug
   357         kx #log_level=general,artwork,database,inotify,scanner,metadata,http,ssdp,tivo=warn
   357         kx 
   357         kx # this should be a list of file names to check for when searching for album art
   357         kx # note: names should be delimited with a forward slash ("/")
   357         kx album_art_names=Cover.jpg/cover.jpg/AlbumArtSmall.jpg/albumartsmall.jpg/AlbumArt.jpg/albumart.jpg/Album.jpg/album.jpg/Folder.jpg/folder.jpg/Thumb.jpg/thumb.jpg
   357         kx 
   357         kx # set this to no to disable inotify monitoring to automatically discover new files
   357         kx # note: the default is yes
   357         kx inotify=yes
   357         kx 
   357         kx # set this to yes to enable support for streaming .jpg and .mp3 files to a TiVo supporting HMO
   357         kx enable_tivo=no
   357         kx 
   357         kx # set this to beacon to use legacy broadcast discovery method
   357         kx # defauts to bonjour if avahi is available
   357         kx tivo_discovery=bonjour
   357         kx 
   357         kx # set this to strictly adhere to DLNA standards.
   357         kx # * This will allow server-side downscaling of very large JPEG images,
   357         kx #   which may hurt JPEG serving performance on (at least) Sony DLNA products.
   357         kx strict_dlna=no
   357         kx 
   357         kx # default presentation url is http address on port 80
   357         kx #presentation_url=http://www.mylan/index.php
   357         kx 
   357         kx # notify interval in seconds. default is 895 seconds.
   357         kx notify_interval=900
   357         kx 
   357         kx # serial and model number the daemon will report to clients
   357         kx # in its XML description
   357         kx serial=12345678
   357         kx model_number=1
   357         kx 
   357         kx # specify the path to the MiniSSDPd socket
   357         kx #minissdpdsocket=/var/run/minissdpd.sock
   357         kx 
   357         kx # use different container as root of the tree
   357         kx # possible values:
   357         kx #   + "." - use standard container (this is the default)
   357         kx #   + "B" - "Browse Directory"
   357         kx #   + "M" - "Music"
   357         kx #   + "V" - "Video"
   357         kx #   + "P" - "Pictures"
   357         kx #   + Or, you can specify the ObjectID of your desired root container (eg. 1$F for Music/Playlists)
   357         kx # if you specify "B" and client device is audio-only then "Music/Folders" will be used as root
   357         kx #root_container=.
   357         kx 
   357         kx # always force SortCriteria to this value, regardless of the SortCriteria passed by the client
   357         kx #force_sort_criteria=+upnp:class,+upnp:originalTrackNumber,+dc:title
   357         kx 
   357         kx # maximum number of simultaneous connections
   357         kx # note: many clients open several simultaneous connections while streaming
   357         kx #max_connections=50
   357         kx 
   357         kx # set this to yes to allow symlinks that point outside user-defined media_dirs.
   357         kx #wide_links=no