Merge branch 'master' of dev.sourcefabric.org:campcaster
This commit is contained in:
commit
b72a121b3c
10
README
10
README
|
@ -50,15 +50,15 @@ Major features of Campcaster:
|
||||||
|
|
||||||
INSTALLATION
|
INSTALLATION
|
||||||
------------
|
------------
|
||||||
Please see this page for typical user install:
|
Please see this page for a typical user installation:
|
||||||
http://en.flossmanuals.net/Campcaster
|
http://en.flossmanuals.net/Campcaster
|
||||||
|
|
||||||
If you are developer, see this page:
|
If you are a developer, please see this page:
|
||||||
http://wiki.sourcefabric.org/display/CC/Campcaster+Dev+Site
|
http://wiki.sourcefabric.org/display/CC/Campcaster+Dev+Site
|
||||||
|
|
||||||
Quick links to our resources
|
Quick links to our resources
|
||||||
----------------------------
|
----------------------------
|
||||||
User Manual: http://en.flossmanuals.net/CampCaster/Introduction
|
User Manual: http://en.flossmanuals.net/Campcaster/Introduction
|
||||||
Forums and mailing lists: http://forum.sourcefabric.org
|
Forums and mailing lists: http://forum.sourcefabric.org
|
||||||
Bug Tracking: http://dev.sourcefabric.org
|
Bug Tracking: http://dev.sourcefabric.org
|
||||||
Code view/review: http://code.sourcefabric.org
|
Code view/review: http://code.sourcefabric.org
|
||||||
|
@ -73,8 +73,8 @@ Quick links to our resources
|
||||||
Copyright (c) 2010 Sourcefabric O.P.S.
|
Copyright (c) 2010 Sourcefabric O.P.S.
|
||||||
|
|
||||||
This file is part of the Campcaster project.
|
This file is part of the Campcaster project.
|
||||||
http://campcaster.campware.org/
|
http://campcaster.sourcefabric.org/
|
||||||
To report bugs, send an e-mail to bugs@campware.org
|
To report bugs, send an e-mail to campcaster-support@lists.sourcefabric.org
|
||||||
|
|
||||||
Campcaster is free software; you can redistribute it and/or modify
|
Campcaster is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
.\" First parameter, NAME, should be all caps
|
.\" First parameter, NAME, should be all caps
|
||||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||||
.\" other parameters are allowed: see man(7), man(1)
|
.\" other parameters are allowed: see man(7), man(1)
|
||||||
.TH CAMPCASTER\-IMPORT 1 "February 4, 2010"
|
.TH CAMPCASTER\-IMPORT 1 "October 5, 2010"
|
||||||
.\" Please adjust this date whenever revising the manpage.
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
.\"
|
.\"
|
||||||
.\" Some roff macros, for reference:
|
.\" Some roff macros, for reference:
|
||||||
|
@ -21,13 +21,14 @@
|
||||||
.\" .br insert line break
|
.\" .br insert line break
|
||||||
.\" .sp <n> insert n+1 empty lines
|
.\" .sp <n> insert n+1 empty lines
|
||||||
.\" for manpage-specific macros, see man(7)
|
.\" for manpage-specific macros, see man(7)
|
||||||
|
.nh
|
||||||
.SH NAME
|
.SH NAME
|
||||||
campcaster-import \- import audio files into campcaster
|
campcaster-import \- batch upload files to Campcaster storage
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B campcaster-scheduler
|
.B campcaster-import
|
||||||
.RI "[-h] -l|-c" " FILES_OR_DIRS"
|
.RI "[-h] -l|-c" " FILES_OR_DIRS"
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
This tool allows to batch upload audio files into the campcaster-radio system.
|
This tool enables users to batch upload audio files to the Campcaster storage server.
|
||||||
There are two ways to import audio files into Campcaster: linking or copying.
|
There are two ways to import audio files into Campcaster: linking or copying.
|
||||||
You need to specify how to import the files by using either
|
You need to specify how to import the files by using either
|
||||||
.B \-l
|
.B \-l
|
||||||
|
@ -43,30 +44,26 @@ imported files from their current locations on disk.
|
||||||
.PP
|
.PP
|
||||||
Copying has the advantage that you can do whatever you like with
|
Copying has the advantage that you can do whatever you like with
|
||||||
the source files after you import them, but has the disadvantage
|
the source files after you import them, but has the disadvantage
|
||||||
that it requires doubling the hard drive space needed to store
|
that it requires double the disk space needed to store your files.
|
||||||
your files.
|
|
||||||
.PP
|
.PP
|
||||||
Campcaster is the first free and open radio management software, providing
|
Campcaster is free and open radio management software, providing
|
||||||
live studio broadcast capabilities as well as the remote automation in one
|
live studio broadcast capabilities as well as the remote automation in one
|
||||||
integrated system. The scalability of Campcaster allows implementation in a
|
integrated system. The scalability of Campcaster allows implementation in a
|
||||||
number of use scenarios, ranging from an unmanned broadcast unit accessed from
|
number of use scenarios, ranging from an unmanned broadcast unit accessed
|
||||||
remote through the Internet to a local network of Campcaster machines inside a
|
via the Internet to a local network of Campcaster machines inside a
|
||||||
radio station handling live broadcasts and delivering program automation by
|
radio station handling live broadcasts and delivering program automation by
|
||||||
accessing a central audio storage system. Campcaster is capable of combining
|
accessing a central audio storage system. Campcaster is capable of combining
|
||||||
local audio files and remote web streams, supporting the widely used MP3 format
|
local audio files and remote web streams, supporting the widely used MP3 format
|
||||||
and the open equivalent OGG Vorbis.
|
and the open equivalent OGG Vorbis.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.URL "http://code.campware.org/manuals/campcaster/1.4/" "online manual" ,
|
.URL "http://en.flossmanuals.net/campcaster/" "Online manual" ,
|
||||||
.BR campcaster-studio (1),
|
|
||||||
.BR campcaster-scheduler (1),
|
|
||||||
.\".BR campcaster-backup (1).
|
|
||||||
.\".BR campcaster-restore (1).
|
|
||||||
.SH AUTHOR
|
|
||||||
Campcaster was written by the Media Develoment Loan Fund (MDLF) at the Center
|
|
||||||
for Advanced Media\-Prague (CAMP).
|
|
||||||
.br
|
.br
|
||||||
For full credits see
|
.BR campcaster-studio (1),
|
||||||
.URL "http://www.campware.org/en/camp/about_campware/619/" "campware.org" .
|
.BR campcaster-scheduler (1).
|
||||||
|
.SH AUTHOR
|
||||||
|
Campcaster was written by Sourcefabric with the support of the Media Develoment
|
||||||
|
Loan Fund. For full credits see the
|
||||||
|
.URL "http://campcaster.sourcefabric.org/" "Campcaster homepage" .
|
||||||
.PP
|
.PP
|
||||||
This manual page was written by Robin Gareus <robin@gareus.org>,
|
This manual page was written by Robin Gareus <robin@gareus.org>,
|
||||||
for the Debian project (and may be used by others).
|
for the Debian project (and may be used by others).
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
.\" First parameter, NAME, should be all caps
|
.\" First parameter, NAME, should be all caps
|
||||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||||
.\" other parameters are allowed: see man(7), man(1)
|
.\" other parameters are allowed: see man(7), man(1)
|
||||||
.TH CAMPCASTER\-SCHEDULER 1 "February 4, 2010"
|
.TH CAMPCASTER\-SCHEDULER 1 "October 5, 2010"
|
||||||
.\" Please adjust this date whenever revising the manpage.
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
.\"
|
.\"
|
||||||
.\" Some roff macros, for reference:
|
.\" Some roff macros, for reference:
|
||||||
|
@ -21,42 +21,39 @@
|
||||||
.\" .br insert line break
|
.\" .br insert line break
|
||||||
.\" .sp <n> insert n+1 empty lines
|
.\" .sp <n> insert n+1 empty lines
|
||||||
.\" for manpage-specific macros, see man(7)
|
.\" for manpage-specific macros, see man(7)
|
||||||
|
.nh
|
||||||
.SH NAME
|
.SH NAME
|
||||||
campcaster-scheduler \- graphical interface to campcaster radio station
|
campcaster-scheduler \- Script controlling the Campcaster scheduling daemon
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B campcaster-scheduler
|
.B campcaster-scheduler
|
||||||
.RI start|stop|restart|status|install|uninstall|kill
|
.RI start|stop|restart|status|install|uninstall|kill
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
This is the daemon behind the campcaster-radio-system which is usually launched
|
This script controls the Campcaster scheduler daemon, which is usually
|
||||||
during boot with administrator privileges. However this tool is also used to
|
launched during boot with administrator privileges. However, this tool is also used to
|
||||||
query the current status of the server or perform administrative tasks.
|
query the current status of the server or perform administrative tasks.
|
||||||
.PP
|
.PP
|
||||||
The campcaster-scheduler plays songs at their designated time and provides an
|
The scheduler daemon starts playlists at their designated time and provides an
|
||||||
XML-RPC interface for the Scheduler, which can be accessed via web/HTML
|
XML-RPC interface, which can be accessed via the Campcaster web interface or via the
|
||||||
interface or via the campcaster-studio GUI.
|
campcaster-studio GUI.
|
||||||
.PP
|
.PP
|
||||||
Campcaster is the first free and open radio management software, providing
|
Campcaster is free and open radio management software, providing
|
||||||
live studio broadcast capabilities as well as the remote automation in one
|
live studio broadcast capabilities as well as the remote automation in one
|
||||||
integrated system. The scalability of Campcaster allows implementation in a
|
integrated system. The scalability of Campcaster allows implementation in a
|
||||||
number of use scenarios, ranging from an unmanned broadcast unit accessed from
|
number of use scenarios, ranging from an unmanned broadcast unit accessed via
|
||||||
remote through the Internet to a local network of Campcaster machines inside a
|
the Internet to a local network of Campcaster machines inside a
|
||||||
radio station handling live broadcasts and delivering program automation by
|
radio station handling live broadcasts and delivering program automation by
|
||||||
accessing a central audio storage system. Campcaster is capable of combining
|
accessing a central audio storage system. Campcaster is capable of combining
|
||||||
local audio files and remote web streams, supporting the widely used MP3 format
|
local audio files and remote web streams, supporting the widely used MP3 format
|
||||||
and the open equivalent OGG Vorbis.
|
and the open equivalent OGG Vorbis.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.URL "http://code.campware.org/manuals/campcaster/1.4/" "online manual" ,
|
.URL "http://en.flossmanuals.net/campcaster/" "Online manual",
|
||||||
|
.br
|
||||||
.BR campcaster-studio (1),
|
.BR campcaster-studio (1),
|
||||||
.BR campcaster-import (1).
|
.BR campcaster-import (1).
|
||||||
.\".BR campcaster-backup (1).
|
|
||||||
.\".BR campcaster-restore (1).
|
|
||||||
.BR campcaster-restore (1).
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Campcaster was written by the Media Develoment Loan Fund (MDLF) at the Center
|
Campcaster was written by Sourcefabric, with the support of the Media Develoment
|
||||||
for Advanced Media\-Prague (CAMP).
|
Loan Fund. For full credits see the
|
||||||
.br
|
.URL "http://campcaster.sourcefabric.org/" "Campcaster homepage".
|
||||||
For full credits see
|
|
||||||
.URL "http://www.campware.org/en/camp/about_campware/619/" "campware.org" .
|
|
||||||
.PP
|
.PP
|
||||||
This manual page was written by Robin Gareus <robin@gareus.org>,
|
This manual page was written by Robin Gareus <robin@gareus.org>,
|
||||||
for the Debian project (and may be used by others).
|
for the Debian project (and may be used by others).
|
||||||
|
|
|
@ -0,0 +1,59 @@
|
||||||
|
.\" Hey, EMACS: -*- nroff -*-
|
||||||
|
.\" URL Macro
|
||||||
|
.de URL
|
||||||
|
\\$2 \(laURL: \\$1 \(ra\\$3
|
||||||
|
..
|
||||||
|
.if \n[.g] .mso www.tmac
|
||||||
|
.\"
|
||||||
|
.\" First parameter, NAME, should be all caps
|
||||||
|
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||||
|
.\" other parameters are allowed: see man(7), man(1)
|
||||||
|
.TH CAMPCASTER\-STUDIO 1 "October 5, 2010"
|
||||||
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
|
.\"
|
||||||
|
.\" Some roff macros, for reference:
|
||||||
|
.\" .nh disable hyphenation
|
||||||
|
.\" .hy enable hyphenation
|
||||||
|
.\" .ad l left justify
|
||||||
|
.\" .ad b justify to both left and right margins
|
||||||
|
.\" .nf disable filling
|
||||||
|
.\" .fi enable filling
|
||||||
|
.\" .br insert line break
|
||||||
|
.\" .sp <n> insert n+1 empty lines
|
||||||
|
.\" for manpage-specific macros, see man(7)
|
||||||
|
.nh
|
||||||
|
.SH NAME
|
||||||
|
campcaster-studio \- native interface for Campcaster
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B campcaster-studio
|
||||||
|
.SH DESCRIPTION
|
||||||
|
campcaster-studio is a desktop application which connects to the
|
||||||
|
Campcaster server and enables you to broadcast live shows or schedule automated
|
||||||
|
playback.
|
||||||
|
.PP
|
||||||
|
Campcaster Studio is mainly targeted at doing live shows, though it is possible
|
||||||
|
to do automated scheduling through this interface as well. Note that Campcaster Web
|
||||||
|
has a much more robust interface for handling automated scheduling.
|
||||||
|
.PP
|
||||||
|
Campcaster is free and open radio management software, providing
|
||||||
|
live studio broadcast capabilities as well as the remote automation in one
|
||||||
|
integrated system. The scalability of Campcaster allows implementation in a
|
||||||
|
number of use scenarios, ranging from an unmanned broadcast unit accessed via
|
||||||
|
the Internet to a local network of Campcaster machines inside a
|
||||||
|
radio station handling live broadcasts and delivering program automation by
|
||||||
|
accessing a central audio storage system. Campcaster is capable of combining
|
||||||
|
local audio files and remote web streams, supporting the widely used MP3 format
|
||||||
|
and the open equivalent OGG Vorbis.
|
||||||
|
.PP
|
||||||
|
.SH SEE ALSO
|
||||||
|
.URL "http://en.flossmanuals.net/campcaster/" "Online manual" ,
|
||||||
|
.br
|
||||||
|
.BR campcaster-scheduler (1),
|
||||||
|
.BR campcaster-import (1).
|
||||||
|
.SH AUTHOR
|
||||||
|
Campcaster was written by Sourcefabric with the support of the Media Develoment
|
||||||
|
Loan Fund. For full credits see:
|
||||||
|
.URL "http://campcaster.sourcefabric.org/" "campcaster.sourcefabric.org".
|
||||||
|
.PP
|
||||||
|
This manual page was written by Robin Gareus <robin@gareus.org>,
|
||||||
|
for the Debian project (and may be used by others).
|
|
@ -46,7 +46,7 @@ Build-Depends: debhelper (>= 7.0.50~),
|
||||||
php-db,
|
php-db,
|
||||||
libserial-dev (>= 0.5.2)
|
libserial-dev (>= 0.5.2)
|
||||||
Standards-Version: 3.8.4
|
Standards-Version: 3.8.4
|
||||||
Homepage: http://campware.org/en/camp/campcaster_news/
|
Homepage: http://campcaster.sourcefabric.org/
|
||||||
|
|
||||||
|
|
||||||
Package: campcaster-libs
|
Package: campcaster-libs
|
||||||
|
|
Loading…
Reference in New Issue