Advertisement
Guest User

MODIFIED /etc/miniupnpd/minidlna.conf

a guest
Sep 25th, 2013
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. #MODIFIED /etc/miniupnpd/minidlna.conf
  2.  
  3. media_dir=/home/USERNAME/Go_Flex HOME\ Go_Flex HOME Personal\
  4. media_dir=/home/USERNAME/Go_Flex HOME\ Go_Flex HOME Public\
  5. #media_dir=/home/0empty
  6.  
  7. #media_dir=/home/0external
  8.  
  9. #media_dir=/home/0common
  10.  
  11.  
  12. # port for HTTP (descriptions and SOAP) traffic
  13. port=8200
  14.  
  15.  
  16. # set this to the directory you want scanned.
  17.  
  18. # * if have multiple directories, you can have multiple media_dir= lines
  19.  
  20. # * if you want to restrict a media_dir to a specific content type, you
  21.  
  22. # can prepend the type, followed by a comma, to the directory:
  23.  
  24. # + "A" for audio (eg. media_dir=A,/home/jmaggard/Music)
  25.  
  26. # + "V" for video (eg. media_dir=V,/home/jmaggard/Videos)
  27.  
  28. # + "P" for images (eg. media_dir=P,/home/jmaggard/Pictures)
  29.  
  30.  
  31. # set this if you want to customize the name that shows up on your clients
  32. friendly_name=GoFlex Home:UPNP-AV
  33.  
  34.  
  35. # this should be a list of file names to check for when searching for album art
  36.  
  37.  
  38. # note: names should be delimited with a forward slash ("/")
  39.  
  40. 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
  41.  
  42.  
  43.  
  44. # set this to no to disable inotify monitoring to automatically discover new files
  45.  
  46. # note: the default is yes
  47.  
  48.  
  49. inotify=yes
  50.  
  51.  
  52.  
  53. # set this to yes to enable support for streaming .jpg and .mp3 files to a TiVo supporting HMO
  54.  
  55.  
  56.  
  57. # default presentation url is http address on port 80
  58. #presentation_url=http://www.mylan/index.php
  59.  
  60.  
  61.  
  62.  
  63. # notify interval in seconds. default is 30
  64. seconds.
  65. notify_interval=30
  66.  
  67.  
  68. # serial and model number the daemon will report to clients
  69.  
  70. # in its XML description
  71. serial=12345678
  72. model_number=1
  73.  
  74.  
  75. enable_tivo=yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement