Oggify 2.0.0 rc 1 (Python-based branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Oggify 2.0.0 rc 1 (Python-based branch)
# 1  
Old 04-24-2008
Oggify 2.0.0 rc 1 (Python-based branch)

Oggify is a program that was written to helpmanage and convert FLAC audio files into otherformats. It ships with MP3 and Ogg Vorbis support.It is intended to allow a user to have a directorytree of FLAC files, and be able to update a treeof MP3 or Ogg files as they add new FLAC files. Ithas an easy command-line interface with a varietyof adjustable settings. It also features a pluginarchitecture to make it easy to add support formore formats.License: GNU General Public License v2Changes:
Oggify is now written in Python. Various featureimprovements have been added. Support for fileformats is implemented with plugins. This shouldbe considered as stable as the Perl-based branch.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Programming

Create a C source and compile inside Python 1.4.0 to 3.7.0 in Python for ALL? platforms...

Hi all... As you know I like making code backwards compatible for as many platforms as possible. This Python script was in fact dedicated for the AMIGA A1200 using Pythons 1.4.0, 1.5.2, 1.6.0, 2.0.1, and 2.4.6 as that is all we have for varying levels of upgrades from a HDD and 4MB FastRam... (1 Reply)
Discussion started by: wisecracker
1 Replies

2. Windows & DOS: Issues & Discussions

How to execute python script on remote with python way..?

Hi all, I am trying to run below python code for connecting remote windows machine from unix to run an python file exist on that remote windows machine.. Below is the code I am trying: #!/usr/bin/env python import wmi c = wmi.WMI("xxxxx", user="xxxx", password="xxxxxxx")... (1 Reply)
Discussion started by: onenessboy
1 Replies

3. Shell Programming and Scripting

**python** unable to read the background color in python

I am working on requirement on spreadsheet in python scripting. I have a spreadsheet containing cell values and with background color. I am able to read the value value but unable to get the background color of that particular cell. Actually my requirement is to read the cell value along... (1 Reply)
Discussion started by: giridhar276
1 Replies

4. Programming

Python Conditional Statements Based on Success of Last Command

In shell scripting, I can create a conditional statement based on the success or failure (exit status)of a command such as: pinger() { ping -c 2 $remote_host >/dev/null 2>&1 ping_stat=$? } pinger if ]; then echo "blahblahblah" exit 0 fi how is this done using Python using... (3 Replies)
Discussion started by: metallica1973
3 Replies
Login or Register to Ask a Question
CPLAY(1)						      General Commands Manual							  CPLAY(1)

NAME
cplay - a front-end for various audio players SYNOPSIS
cplay [-options] [ file | dir | playlist ] ... DESCRIPTION
cplay is a front-end for various audio players. It aims to provide a user-friendly interface with simple filelist and playlist control. Invoking cplay without any options puts you in the filelist in which you can navigate around looking for audio files. When you specify an audio file, cplay automatically adds it to the playlist which can be accessed by pressing the tabulator key. Use 'h' to display the help window. Shell command-lines are executed with tagged or current entries as positional parameters, which means that "$@" might be useful. Currently, the following audio formats are supported: MP3 (through mpg321, splay, mpg123 or madplay), Ogg Vorbis (through ogg123), and var- ious module-formats (through mikmod and xmp). OPTIONS
-n Enable restricted mode -r Toggles playlist repeat mode -R Toggles playlist random mode -v Toggles PCM and MASTER (default) volume control SEE ALSO
ogg123(1), mpg123(1), mpg321(1), splay(1), madplay(1), mikmod(1), xmp(1), play(1), speexdec(1) FILES
/var/tmp/cplay_control - Optional remote control fifo. /etc/cplayrc - Optional configuration file. ~/.cplayrc - Optional configuration file. AUTHOR
Ulf Betlehem <flu@iki.fi> BUGS
In order for either mp3info (ID3) or ogginfo to work, both corresponding python modules have to be installed. November 2002 CPLAY(1)