Projects tagged ‘center’ and ‘linux’


Jump to tag:

Projects tagged ‘center’ and ‘linux’

Filtered by Project Tags center linux

Refine results Project Tags python (4) audio (3) avi (3) media (3) dvd (3) viewer (3) mediacenter (3) multimedia (3) cd_audio (3) sound (3) entertainment (3) tv (3)

[6 total ]

31 Users
   

XBMC media center is a free cross-platform media-player jukebox and entertainment hub. XBMC is open source (GPL) software available for Linux, Mac OS X, Microsoft Windows operating-system, and the ... [More] Xbox game-console. XBMC can play a very complete spectrum of of multimedia formats, and featuring playlist, audio visualizations, slideshow, and weather forecast functions, together with a multitude of third-party plugins. [Less]
Created over 2 years ago.

27 Users
 

XBMC is a multimedia player/jukebox for the Xbox from Microsoft. It can be used to play or view most common video, audio, and picture formats such as MPEG-1/2/4, DivX, XviD, MP3, AAC, JPG, and GIF ... [More] directly from a CD or DVD in the Xbox DVD-ROM drive or from the Xbox hard drive. XBMC can also stream files over a local network or from the Internet. Playlist and slideshow functions, a weather forecast, and many audio visualizations are also included. [Less]
Created over 3 years ago.

2 Users
 

Entertainer aims to be a simple and easy-to-use media center solution for Gnome and XFce desktop environments. Entertainer is written completely in Python using object-oriented programming paradigm. ... [More] It uses gstreamer multimedia framework for multimedia playback. User Interface is implemented with Clutter UI-library, which allows sleek OpenGL animated user interfaces. Entertainer also uses other great projects like SQLite and iNotify for caching media libraries. [Less]
Created about 1 year ago.

0 Users

A consolidated system control utility that organizes all configuration applets.
Created about 1 year ago.

0 Users

The castcopy project implements file copy operations for the Linux platform using UDP over multicasted IP networks. OverviewThe castcopy project is an attempt at creating multicast file transfer ... [More] software for Linux. It is written in perl, and coincidentally, is the author's first foray into the perl language. The project consists of a perl module (lib/CastCopy.pm) providing functionality to the programs visible at the user-level: cast, and get-cast. DetailsDownloadscastcopy 0.1 InstallationDownload the latest archive from above. Proceed with the following steps: Extract the archive: tar jxf castcopy-0.1.tar.bz2 Build it: cd castcopy-0.1 perl Makefile.PL && make && make test Install it, as root (sudo is fine): make install Setup a standard configuration: cp config/castcopy.cfg /etc/castcopy.cfg chmod 644 /etc/castcopy.cfg ConfigurationThe standing configuration can be changed by editing the /etc/castcopy.cfg file. The example castcopy.cfg file is reproduced and explained here. [net] data_address=239.1.1.1 data_port=22000 control_address=239.1.1.1 control_port=22001 [options] blocksize=1024The data_address and data_port lines control the IP address and port number used for the data portion of castcopy. The data portion of castcopy contains the actual file contents being transferred over the network. The control_address and control_port lines control the IP address and port number used for the control portion of castcopy. The control portion of castcopy contains the commands and information necessary for cast clients to extract files relayed by the sender. Finally, the blocksize line controls the payload of each UDP packet. The maximum payload of a UDP packet is 65507 bytes. The default here is 1024 bytes. Be aware that the packets will be segmented according to MSS, or Maximum Segment Size, for a given network. Usagecast: transfers files from the sending machine to the network address specified in the configuration file /etc/castcopy.cfg, or alternatively, a file specified with the --config option. get-cast: receives files from the network address specified in the configuration file /etc/castcopy.cfg, or alternatively, a file specified with the --config option. Each program consists of a number of options. The options for cast are as follows (from cast --help): Usage: /usr/bin/cast [OPTION]... [FILENAME] Send FILENAME to the multicast channel. Example: /usr/bin/cast /home/nick/.bashrc Options: --help, -H Displays this help. --verbose, -V Verbose mode. --config, -C Configuration file, defaults to '/etc/castcopy.cfg'.The options for get-cast are as follows (from get-cast --help): Usage: /usr/bin/get-cast [OPTION]... [FILENAME] Get FILENAME from the multicast channel. Example: /usr/bin/get-cast /home/nick/.bashrc Options: --help, -H Displays this help. --verbose, -V Verbose mode. --config, -C Configuration file, defaults to '/etc/castcopy.cfg'. --no-overwrite, -NO Prevent overwriting existing files. --md5-overwrite, -MO Overwrite when MD5 checksums differ. Advanced Options: --localfile (-L) [FILENAME]: Override filename in cast with the specified filename. --iteration (-I) [1-n]: Defines the number of iterations get-cast will execute searching for the specified file before giving up.Two specific options are of importance. The --md5-overwrite option can be used to allow file download to only occur when the checksum of an incoming file is different. The desired effect being that downloads should only occur when the sender (caster) is sending something different. The second option, --localfile, allows the get-cast download program to override the file specified by the sender with a user-specified one. For example, if the sender (caster) was sending /home/user/.bashrc, an overridden form might be --localfile /home/user/.bashrc2. At which point, the files could be compared or otherwise operated on. Example Sessionscast# cast ~/54MBfile [Using configuration file... /etc/castcopy.cfg] [Computing checksum... 5b26b79fe987a35d307c2e69754ffb28] [Determining filesize... 56307268] [Computing packets... 54988] [Sending checksum... ok.] [Sending packet count... ok.] [Sending block size... ok.] [Sending CTS signal... ok.] [Writing 54988 packets... ok.]get-cast# get-cast -V -MO --localfile 54MBcopy 54MBfile [File to receive... 54MBfile] [MD5 mismatch downloads... yes] [Remote filename overrides... yes, 54MBcopy] [Computing checksum... n/a] [Waiting to receive checksum... 5b26b79fe987a35d307c2e69754ffb28] [Waiting to receive packet info... 54988] [Waiting to receive block info... 1024] [Waiting to receive CTS signal... 54MBfile] [Waiting for transfer to start... ok.] [Computing checksum of received file... 5b26b79fe987a35d307c2e69754ffb28] [Less]
Created 12 months ago.

0 Users

The Aertra System Center combines the usability of Linux and the easiness of the Windows Control Panel. Based off of Mandriva's DrakXTools, Aertra strives to make linux easier to configure and use, without all the code and debugging symbols.
Created 12 months ago.