lp:~multani/spydaap/spydaap-logs

Created by Jonathan Ballet and last modified
Get this branch:
bzr branch lp:~multani/spydaap/spydaap-logs
Only Jonathan Ballet can upload to this branch. If you are Jonathan Ballet please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Jonathan Ballet
Project:
spydaap
Status:
Development

Recent revisions

145. By Jonathan Ballet

Log what the users are playing throught the DAAP server

144. By Jonathan Ballet

Log a warning if the media directory doesn't exist while scanning for files

143. By Jonathan Ballet

Create all intermediate directories up to the cache directory.

142. By Jonathan Ballet

Use Python's logging module instead of logging manually

Also, removed some global objects to facilitate logging configuration. Global
variables are bad too, anyway.

141. By Jonathan Ballet

Fix exception when accessing `socket.error` values

`socket.error` contains a tuple of (errno, message), instead of having an
attribute `errno` (per http://docs.python.org/library/socket.html#socket.error)

140. By Jonathan Ballet

Replace getopt with optparse

I find the configuration of optparse more concise, without needing to implement
things in different places.

139. By Jonathan Ballet

Import the `md5` function from the right module.

Fix the import so that, depending on the current Python version, it tries from
the best place, without raising warnings or such.

Also, `warnings.catch_warnings` is available from Python 2.6 and above, which
defeated the purpose of its usage in the first place.

138. By Jonathan Ballet

Add a bzrignore file with some files specific to spydaap

137. By Jonathan Ballet

spydaap is now an egg. The main script is now available through setuptools entry point

136. By Erik Hetzner

fix length for UTF-8 strings, turn floats into ints

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:spydaap
This branch contains Public information 
Everyone can see this information.

Subscribers