Possible to run in VPS and other questions.

Ask questions, request features, or just complement us about our software and services.
Post Reply
djmap
Posts: 1
Joined: Mon Oct 19, 2020 8:20 am

Possible to run in VPS and other questions.

Post by djmap »

HI All,

I´m very newbie in this radio world.

I Have a resseler streaming account, and today i find Radio ToolBox, wow, RTB is a incredible job, we are here very impressed, Congratulations.

But, I have some Doubts:
Is it possible to run it in a VPS, so I can have the service running 24/7?
How could i create a File Compeser? Are there any strings to use, any tutorial?

I´m testing the service, and once more, CONGRATULATIONS for the great system

Kind Regards
User avatar
Jay
Will work for food (Administrator)
Posts: 3020
Joined: Mon Jan 14, 2002 12:48 am
Location: Next Door
Contact:

Re: Possible to run in VPS and other questions.

Post by Jay »

That would entirely depend on if you have windows. Right now Radio Toolbox is a windows application. It can run on server editions of Windows.

For File Composer, yes there are templates. The readme.txt included with your installation outlines all of the available templates.

Code: Select all

              %_STATION_NAME_%
              %_STATION_LISTENERS_%
              %_STATION_TRACK_%
              %_STATION_ARTIST_%
              %_STATION_TITLE_%
              %_STATION_ALBUM_%
              %_STATION_ALBUM_COVER_%
              %_STATION_TRACK_DURATION_%
              %_STATION_TRACK_RETRIEVAL_STATUS_%
              %_STATION_ACTIVE_SERVERS_%
              %_STATION_TOTAL_SERVERS_%
              %_STATION_LOWEST_SERVER_ADDRESS_%
              %_STATION_ALBUM_%
              %_STATION_HISTORY_TRACK_COUNT_%

              %_STATION_AUDIO_CHECK_SUCCESS_%
              %_STATION_AUDIO_DBV_RIGHT_%
              %_STATION_AUDIO_DBV_LEFT_%
              %_STATION_AUDIO_CHECK_INTERVAL_%
              %_STATION_AUDIO_DBV_MINIMUM_%

              %_CURRENT_DATE_%
              %_CURRENT_DATE_LONG_TIME_%
              %_CURRENT_DATE_YEAR_%
              %_CURRENT_DATE_MONTH_%
              %_CURRENT_DATE_DAY_%
              %_CURRENT_DATE_HOUR_%
              %_CURRENT_DATE_HOUR12_%
              %_CURRENT_DATE_MINUTE_%
              %_CURRENT_DATE_SECOND_%
              %_CURRENT_DATE_MILLISECOND_%
              %_CURRENT_DATE_TOD_%

              %_RTB_USER_%

              %_TOUCH_INTERVAL_%

              # reflects the servers internal number
              %_SERVER_#_ADDRESS_%
              %_SERVER_#_TYPELABEL_%
              %_SERVER_#_{STRING PARAM}_% // {STRING PARAM} is any paramter pulled from a specific server entry (EX: %SERVER_1_EXTENDED_TUNE_INS_% for Steamcast)
              %_SERVER_#_STATUS_%

              # reflects the history entries list number
              %_STATION_HISTORY_#_DATE_%
              %_STATION_HISTORY_#_DATE_LONG_TIME_%
              %_STATION_HISTORY_#_DATE_YEAR_%
              %_STATION_HISTORY_#_DATE_MONTH_%
              %_STATION_HISTORY_#_DATE_DAY_%
              %_STATION_HISTORY_#_DATE_HOUR_%
              %_STATION_HISTORY_#_DATE_HOUR12_%
              %_STATION_HISTORY_#_DATE_MINUTE_%
              %_STATION_HISTORY_#_DATE_SECOND_%
              %_STATION_HISTORY_#_DATE_MILLISECOND_%
              %_STATION_HISTORY_#_DATE_TOD_%

              %_STATION_HISTORY_#_TRACK_%
              %_STATION_HISTORY_#_ARTIST_%
              %_STATION_HISTORY_#_TITLE_%
              %_STATION_HISTORY_#_ALBUM_%
              %_STATION_HISTORY_#_ALBUM_COVER_%
              %_STATION_HISTORY_#_TRACK_DURATION_%
              %_STATION_HISTORY_#_TRACK_RETRIEVAL_STATUS_%
- Jay
Post Reply