Advertisement
three18ti

Untitled

Nov 20th, 2011
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. # /etc/ushare.conf
  2. # Edit this file with 'dpkg-reconfigure ushare'
  3. # Configuration file for uShare
  4.  
  5. # uShare UPnP Friendly Name (default is 'uShare').
  6. USHARE_NAME=uShare
  7.  
  8. # Interface to listen to (default is eth0).
  9. # Ex : USHARE_IFACE=eth1
  10. USHARE_IFACE=eth0
  11.  
  12. # Port to listen to (default is random from IANA Dynamic Ports range)
  13. # Ex : USHARE_PORT=49200
  14. USHARE_PORT=49200
  15.  
  16. # Port to listen for Telnet connections
  17. # Ex : USHARE_TELNET_PORT=1337
  18. USHARE_TELNET_PORT=
  19.  
  20. # Directories to be shared (space or CSV list).
  21. # Ex: USHARE_DIR=/dir1,/dir2
  22. USHARE_DIR=/media/share
  23.  
  24. # Use to override what happens when iconv fails to parse a file name.
  25. # The default uShare behaviour is to not add the entry in the media list
  26. # This option overrides that behaviour and adds the non-iconv'ed string into
  27. # the media list, with the assumption that the renderer will be able to
  28. # handle it. Devices like Noxon 2 have no problem with strings being passed
  29. # as is. (Umlauts for all!)
  30. #
  31. # Options are TRUE/YES/1 for override and anything else for default behaviour
  32. USHARE_OVERRIDE_ICONV_ERR=
  33.  
  34. # Enable Web interface (yes/no)
  35. USHARE_ENABLE_WEB=yes
  36.  
  37. # Enable Telnet control interface (yes/no)
  38. USHARE_ENABLE_TELNET=no
  39.  
  40. # Use XboX 360 compatibility mode (yes/no)
  41. USHARE_ENABLE_XBOX=yes
  42.  
  43. # Use DLNA profile (yes/no)
  44. # This is needed for PlayStation3 to work (among other devices)
  45. USHARE_ENABLE_DLNA=no
  46.  
  47.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement