Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. <deefuzzer>
  2. <log>/var/log/station.log</log>
  3. <m3u>/usr/local/etc/playlist.m3u</m3u>
  4. <ignoreerrors>1</ignoreerrors>
  5. <stationdefaults>
  6. <control>
  7. <mode>0</mode>
  8. <port>16001</port>
  9. </control>
  10. <jingles>
  11. <dir>/path/to/jingles</dir>
  12. <mode>0</mode>
  13. <shuffle>1</shuffle>
  14. </jingles>
  15. </stationdefaults>
  16. <station>
  17. <control>
  18. <mode>0</mode>
  19. <port>16001</port>
  20. </control>
  21. <infos>
  22. <description>Description</description>
  23. <genre>J-Pop</genre>
  24. <name>J-pop.moe</name>
  25. <short_name>radio</short_name>
  26. <url>http://exemple.com</url>
  27. </infos>
  28. <jingles>
  29. <dir>/path/to/jingles</dir>
  30. <mode>0</mode>
  31. <shuffle>1</shuffle>
  32. </jingles>
  33. <media>
  34. <bitrate>96</bitrate>
  35. <source>/usr/local/etc/playlist2.m3u</source>
  36. <format>mp3</format>
  37. <ogg_quality>4</ogg_quality>
  38. <samplerate>48000</samplerate>
  39. <shuffle>1</shuffle>
  40. <voices>2</voices>
  41. </media>
  42. <record>
  43. <dir>/path/to/archives</dir>
  44. <mode>0</mode>
  45. </record>
  46. <relay>
  47. <author>Unknown</author>
  48. <mode>0</mode>
  49. <url>http://127.0.0.1:8000/telecaster_live.mp3</url>
  50. </relay>
  51. <feeds>
  52. <mode>1</mode>
  53. <rss>1</rss>
  54. <json>0</json>
  55. <playlist>1</playlist>
  56. <dir>/var/www/j-pop/rss</dir>
  57. <enclosure>1</enclosure>
  58. <media_url>http://exemple.com/media/</media_url>
  59. </feeds>
  60. <server>
  61. <host>exemple.com</host>
  62. <mountpoint>radio</mountpoint>
  63. <port>8000</port>
  64. <public>0</public>
  65. <sourcepassword>password</sourcepassword>
  66. <type>icecast</type>
  67. <appendtype>1</appendtype>
  68. </server>
  69. <twitter>
  70. <key>your access token key</key>
  71. <mode>0</mode>
  72. <secret>your access token secret key</secret>
  73. <tags>parisson deefuzzer</tags>
  74. </twitter>
  75. </station>
  76.  
  77. </deefuzzer>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement