File: jack_plugin_cddb.py

package info (click to toggle)
jack 3.1.1-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,320 kB
  • ctags: 497
  • sloc: python: 5,857; ansic: 1,910; perl: 23; makefile: 6
file content (10 lines) | stat: -rw-r--r-- 251 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
### jack_plugin_cddb: example freedb server plugin

plugin_freedb_servers = {
    'plugin_cddb': {
        'host': "cddb.cddb.com",
        'id': "xmcd 2.6",
        'submit_mail': "freedb-submit@freedb.org",
        'my_mail': "default"
        },
}