Difference between revisions of "TuneNet"

From wiki.amiga.org
Jump to navigation Jump to search
 
(31 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[File:TuneNet_About.png|thumb|250px|TuneNet About Window]]
 
[[File:TuneNet_About.png|thumb|250px|TuneNet About Window]]
 
[[File:TuneNet.png|thumb|250px|TuneNet Application Window]]
 
[[File:TuneNet.png|thumb|250px|TuneNet Application Window]]
 +
[[File:TuneNet_SkinFX.png|thumb|250px|TuneNet SkinFX]]
 +
[[File:TuneNet_Internet_Radio_Tab.png|thumb|250px|TuneNet Internet Radio Tab]]
 +
[[File:TuneNet_Tune_Tab.png|thumb|250px|TuneNet Tune Tab]]
 +
 +
== Introduction ==
  
 
{|
 
{|
 
|-
 
|-
 
|[[File:TuneNet_Icon.png]]
 
|[[File:TuneNet_Icon.png]]
|TuneNet is a music media player for AmigaOS 4.  It is part of the '''Enhancer Software''' package for AmigaOS.
+
|TuneNet is a multi format music player and Internet radio streamer.  It is part of the [[Enhancer Software]] package for OS4.
 
|}
 
|}
 +
 +
TuneNet is a modular player which supports a range of music formats through plugins. Recording and Shout/Ice-cast broadcasting is also provided. A system GUI is provided along with a customisable minuture dock (widget/gadget) facility and XML driven skinnable interface.
  
  
 
The main features of TuneNet are:
 
The main features of TuneNet are:
  
* plays wide range of digital music formats including internet radio support
 
  
* features plugin system for adding support for extra music formats
+
* Plays MP3's and MP3 Shoutcast streams
 +
 
 +
* Integrates with IBrowse and AWeb.
 +
 
 +
* Playlist
 +
 
 +
* Built in internet stream searching facility
 +
 
 +
* Drag and drop with recursive loading
 +
 
 +
* Sound level display
 +
 
 +
* Station and current tune display
 +
 
 +
* Reaction GUI
 +
 
 +
* Plugin support (players)
 +
 
 +
* HD save for streams
 +
 
 +
* IDV3.2 tag support
 +
 
 +
* Docky skinnable interface
 +
 
 +
* Search, sorting and editing facilities
 +
 
 +
* Different playing facilities (XFade, gapless play etc..)
 +
 
 +
* Sub-song support
 +
 
 +
* On the fly resampling / multi-mixing
 +
 
 +
* Encoder support and Shoutcast compatible broadcasting
 +
 
 +
* Extended M3U playlist support and station saving within playlists
 +
 
 +
* Arexx port and support for a wide range of Arexx commands
  
* Supports "skins" for change the theme of the user interface
+
* Localisation language support
  
 +
== Version Information ==
  
 +
Current version is 2.13 released in the [[Enhancer Software]] package for OS4.
  
 
== Installation Files ==
 
== Installation Files ==
Line 29: Line 73:
 
|'''mpega.library''' is a library which is installed in the '''Libs''' drawer
 
|'''mpega.library''' is a library which is installed in the '''Libs''' drawer
 
|}
 
|}
 +
 +
TuneNet requires the [[ProgressBar Gadget Class]] and [[TickBox Gadget Class]] to be installed in '''Classes/Gadgets''' drawer.
  
 
TuneNet also uses the [[InfoWindow Class]] if installed in '''Classes''' drawer.
 
TuneNet also uses the [[InfoWindow Class]] if installed in '''Classes''' drawer.
 +
 +
 +
== CLI Command Options ==
 +
 +
 +
In the Shell, type the following and press Enter key to display a list of CLI options:
 +
 +
<pre style="color: black; background:lightgray; font-family:courier; width:60%">
 +
TuneNet ?
 +
</pre>
 +
 +
TuneNet accepts the following list of CLI options:
 +
 +
{| style="width: 100%"
 +
|- style="width: 25%; vertical-align: top; font-family:courier"
 +
|
 +
-playlist
 +
 +
-browser
 +
 +
-stream
 +
 +
-load
 +
 +
-v
 +
 +
-p
 +
 +
-nogui
 +
 +
-nodock
 +
 +
-daemon
 +
 +
-stoptune
 +
 +
-restarttune
 +
 +
-pausetune
 +
 +
-addtune
 +
 +
-nexttune
 +
 +
-prevtune
 +
 +
-nexttrack
 +
 +
-prevtrack
 +
 +
-quit
 +
 +
|
 +
Requests TuneNet to play from a playlist (.m3u) file.
 +
 +
Forces TuneNet to cache the PLS file it receives from the browser.
 +
 +
TuneNet will attempt to pick up an MP3 stream at the given http: address
 +
 +
Preload the Tune to ram before playing (not always supported by the plugin)
 +
 +
Verbose output (Useful in shell mode)
 +
 +
Change the main task priority.
 +
 +
Overrides preferences and disables the main GUI!
 +
 +
Overrides preferences and disables the docky display.
 +
 +
Runs in the background (No GUI or Docky in this mode)*.
 +
 +
Stop the current tune
 +
 +
Restart the current tune
 +
 +
Pause toggle
 +
 +
Add tune without playing
 +
 +
Next tune in playlist
 +
 +
Previous tune in playlist
 +
 +
Next track (sub-song)
 +
 +
Previous track (sub-song)
 +
 +
Kill TuneNet Processes
 +
 +
|}
 +
 +
=== Examples ===
 +
 +
The following are some examples of some of the CLI options that can be used:
 +
 +
<pre style="color: black; background:lightgray; font-family:courier; width:60%">
 +
TuneNet mymusic.mp3
 +
 +
TuneNet listen.pls
 +
 +
TuneNet -stream http://somemusicstream:8080
 +
 +
TuneNet -nogui mymusic.mp3
 +
 +
TuneNet -playlist mylist.m3u
 +
 +
TuneNet -nodock -nogui somemoremusic.mod
 +
</pre>
 +
 +
 +
 +
== Arexx Support ==
 +
 +
 +
 +
Since version 2, TuneNet has an Arexx port where it can accept Arexx commands from scripts and other applications.
 +
 +
 +
=== Arexx Commands ===
 +
 +
The following Arexx commands are supported, please click command for details on it's format and usage.
 +
 +
{| style="width: 100%"
 +
|- style="width: 50%; vertical-align: top; font-family:courier"
 +
|
 +
[[TuneNet_Arexx#AddTunes|AddTunes]]
 +
 +
[[TuneNet_Arexx#First|First]]
 +
 +
[[TuneNet_Arexx#GetBroadcast|GetBroadcast]]
 +
 +
[[TuneNet_Arexx#GetPlayListInfo|GetPlayListInfo]]
 +
 +
[[TuneNet_Arexx#GetRecord|GetRecord]]
 +
 +
[[TuneNet_Arexx#GetRecordFileName|GetRecordFileName]]
 +
 +
[[TuneNet_Arexx#GetRepeat|GetRepeat]]
 +
 +
[[TuneNet_Arexx#GetShuffle|GetShuffle]]
 +
 +
[[TuneNet_Arexx#GetStatus|GetStatus]]
 +
 +
[[TuneNet_Arexx#GetTuneInfo|GetTuneInfo]]
 +
 +
[[TuneNet_Arexx#GetVolume|GetVolume]]
 +
 +
[[TuneNet_Arexx#Last|Last]]
 +
 +
[[TuneNet_Arexx#Mute|Mute]]
 +
 +
[[TuneNet_Arexx#Next|Next]]
 +
|
 +
[[TuneNet_Arexx#NextSubTrack|NextSubTrack]]
 +
 +
[[TuneNet_Arexx#Pause|Pause]]
 +
 +
[[TuneNet_Arexx#Play|Play]]
 +
 +
[[TuneNet_Arexx#Previous|Previous]]
 +
 +
[[TuneNet_Arexx#PreviousSubTrack|PreviousSubTrack]]
 +
 +
[[TuneNet_Arexx#Quit|Quit]]
 +
 +
[[TuneNet_Arexx#RemoveTune|RemoveTune]]
 +
 +
[[TuneNet_Arexx#Repeat|Repeat]]
 +
 +
[[TuneNet_Arexx#Seek|Seek]]
 +
 +
[[TuneNet_Arexx#Stop|Stop]]
 +
 +
[[TuneNet_Arexx#ToggleBroadcast|ToggleBroadcast]]
 +
 +
[[TuneNet_Arexx#ToggleRecord|ToggleRecord]]
 +
 +
[[TuneNet_Arexx#ToggleShuffle|ToggleShuffle]]
 +
 +
[[TuneNet_Arexx#Volume|Volume]]
 +
|}
 +
 +
=== Arexx Examples ===
 +
 +
For example, if you wish to control TuneNet from the CLI using the Arexx scripting language, you can enter the command lines detailed below.
 +
 +
 +
The following command will instruct TuneNet to play the currently loaded song:
 +
 +
<pre style="color: black; background:lightgray; font-family:courier; width:60%">
 +
rx 'address TUNENET.1 PLAY'
 +
</pre>
 +
 +
To instruct TuneNet to adjust the volume to 60 percent use the following:
 +
 +
<pre style="color: black; background:lightgray; font-family:courier; width:60%">
 +
rx 'address TUNENET.1 VOLUME 60'
 +
</pre>
 +
 +
To close TuneNet down then use the following command:
 +
 +
<pre style="color: black; background:lightgray; font-family:courier; width:60%">
 +
rx 'address TUNENET.1 QUIT'
 +
</pre>

Latest revision as of 14:51, 28 March 2021

TuneNet About Window
TuneNet Application Window
TuneNet SkinFX
TuneNet Internet Radio Tab
TuneNet Tune Tab

Introduction

TuneNet Icon.png TuneNet is a multi format music player and Internet radio streamer. It is part of the Enhancer Software package for OS4.

TuneNet is a modular player which supports a range of music formats through plugins. Recording and Shout/Ice-cast broadcasting is also provided. A system GUI is provided along with a customisable minuture dock (widget/gadget) facility and XML driven skinnable interface.


The main features of TuneNet are:


  • Plays MP3's and MP3 Shoutcast streams
  • Integrates with IBrowse and AWeb.
  • Playlist
  • Built in internet stream searching facility
  • Drag and drop with recursive loading
  • Sound level display
  • Station and current tune display
  • Reaction GUI
  • Plugin support (players)
  • HD save for streams
  • IDV3.2 tag support
  • Docky skinnable interface
  • Search, sorting and editing facilities
  • Different playing facilities (XFade, gapless play etc..)
  • Sub-song support
  • On the fly resampling / multi-mixing
  • Encoder support and Shoutcast compatible broadcasting
  • Extended M3U playlist support and station saving within playlists
  • Arexx port and support for a wide range of Arexx commands
  • Localisation language support

Version Information

Current version is 2.13 released in the Enhancer Software package for OS4.

Installation Files

TuneNet Drawer Icon.png TuneNet is installed in the Utilities drawer
Mpega Library Icon.png mpega.library is a library which is installed in the Libs drawer

TuneNet requires the ProgressBar Gadget Class and TickBox Gadget Class to be installed in Classes/Gadgets drawer.

TuneNet also uses the InfoWindow Class if installed in Classes drawer.


CLI Command Options

In the Shell, type the following and press Enter key to display a list of CLI options:

TuneNet ?

TuneNet accepts the following list of CLI options:

-playlist

-browser

-stream

-load

-v

-p

-nogui

-nodock

-daemon

-stoptune

-restarttune

-pausetune

-addtune

-nexttune

-prevtune

-nexttrack

-prevtrack

-quit

Requests TuneNet to play from a playlist (.m3u) file.

Forces TuneNet to cache the PLS file it receives from the browser.

TuneNet will attempt to pick up an MP3 stream at the given http: address

Preload the Tune to ram before playing (not always supported by the plugin)

Verbose output (Useful in shell mode)

Change the main task priority.

Overrides preferences and disables the main GUI!

Overrides preferences and disables the docky display.

Runs in the background (No GUI or Docky in this mode)*.

Stop the current tune

Restart the current tune

Pause toggle

Add tune without playing

Next tune in playlist

Previous tune in playlist

Next track (sub-song)

Previous track (sub-song)

Kill TuneNet Processes

Examples

The following are some examples of some of the CLI options that can be used:

TuneNet mymusic.mp3

TuneNet listen.pls

TuneNet -stream http://somemusicstream:8080

TuneNet -nogui mymusic.mp3

TuneNet -playlist mylist.m3u

TuneNet -nodock -nogui somemoremusic.mod


Arexx Support

Since version 2, TuneNet has an Arexx port where it can accept Arexx commands from scripts and other applications.


Arexx Commands

The following Arexx commands are supported, please click command for details on it's format and usage.

AddTunes

First

GetBroadcast

GetPlayListInfo

GetRecord

GetRecordFileName

GetRepeat

GetShuffle

GetStatus

GetTuneInfo

GetVolume

Last

Mute

Next

NextSubTrack

Pause

Play

Previous

PreviousSubTrack

Quit

RemoveTune

Repeat

Seek

Stop

ToggleBroadcast

ToggleRecord

ToggleShuffle

Volume

Arexx Examples

For example, if you wish to control TuneNet from the CLI using the Arexx scripting language, you can enter the command lines detailed below.


The following command will instruct TuneNet to play the currently loaded song:

rx 'address TUNENET.1 PLAY'

To instruct TuneNet to adjust the volume to 60 percent use the following:

rx 'address TUNENET.1 VOLUME 60'

To close TuneNet down then use the following command:

rx 'address TUNENET.1 QUIT'