--- cymbaline.py 2003-03-11 09:16:49.000000000 +0100 +++ cymbaline.py.new 2003-03-11 09:17:16.000000000 +0100 @@ -17,7 +17,7 @@ import sys, os, random, time, string, commands, getopt, thread, glob, urllib2 import re, termios, signal, select, cPickle, copy, struct, shutil py_ver = sys.version[:3] -module_path = "/usr/local/cymbaline" +module_path = "/usr/lib/cymbaline" sys.path.append(module_path) import ID3, mp3, fcntl, UserDict import cycolors as col # edit colors.py for colors @@ -141,7 +141,7 @@ mp3_player = "mpg123" ogg_player = "ogg123" mod_player = "mikmod" -text_viewer = "vim" +text_viewer = "less" image_viewer = "feh" debugging = 1 base_url = "http://silmarill.org/cymbaline/"