File: NEWS

package info (click to toggle)
deejayd 0.9.0-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 2,596 kB
  • ctags: 2,514
  • sloc: python: 11,904; xml: 594; sh: 338; makefile: 42
file content (127 lines) | stat: -rw-r--r-- 3,728 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127

New features and significant updates in version...

0.9.0 (2009-09-21)
--------------------
  * Replace XML protocol by a JSON-RPC protocol
  * Rewrite XUL/Mobile webui to use new JSON-RPC protocol
  * Xine : Add a new player option 'aspect_ratio" to change video aspect ratio
  * Improve mobile webui
  * Use kaa-metradata instead of hachoir-metadata/lsdvd to get video infos
  * Xine : handle separate volume levels for audio and video media tracks

0.8.3 (2009-07-05)
--------------------
  * update extension to work with firefox 3.5
  * several bug fixes

0.8.2 (2009-05-24)
--------------------
  * fix a important bug in library

0.8.1 (2009-05-19)
--------------------
  * add cdnumber info for audio media in database
  * support multiple audio/video channels in video files
  * fixes in xul webui

0.8.0 (2009-04-27)
--------------------
  * update database schema to be more evolutive
  * add new mode : navigation panel (like rhythmbox panel mode)
  * implement mediafilters to filter audio/video library
  * add rating support
  * add new playorder mode
    * weigthed random
    * one media
  * set xine binding as an independant module (pytyxi)
  * add a html interface optimized for mobile device (http://host:port/m/)
  * add full support of cover album
  * set xul webui as an firefox extension
  * add intelligent playlist support
  * add support of pyinotify-0.8

0.7.2 (2008-05-15)
--------------------
  * xine: add osd support (disabled by default)
  * xine: add zoom option
  * many fix in signal infrastructure
  * fix in sql requests

0.7.1 (2008-04-16)
--------------------
  * add queue random option
  * use XUL notification to display messages
  * fix dvd playback
  * minor fix in client library

0.7.0 (2008-03-28)
--------------------
  * database : add mysql backend support
  * add new player options : Audio/Video offset and Subtitle offset
  * add flac support
  * add replaygain support (track profile only)
  * add script to process an audio library and
    record replaygain track gain/peak in songs
  * log reopen on SIGHUP
  * inotify watches out of root directory symlink
  * save full status on exit and restore it on startup

0.6.3 (2008-02-10)
--------------------
  * xine : disable DPMS while playing videos

0.6.2 (2008-02-03)
--------------------
  * fix in xine backend
    * correctly hide cursor
    * fix xine event callback
  * fix in mediadb (skip file with bad caracter)

0.6.1 (2008-01-28)
--------------------
  * fix important bug in xine backend
  * fix symlinks support in audio/video library

0.6.0 (2008-01-26)
--------------------
  * rewrite xine backend to use ctypes
  * xine : add gapless support
  * improve video mode
  * add signaling support
  * add inotify support to update audio/video library
  * improve webui performance
  * add i18n support (only french translation is available for now)
  * A lot of cleanups and bugfixes

0.5.0 (2007-12-26)
------------------
  * xine backend : close stream when no media has been played
  * integrate webui in deejayd. Ajaxdj is useless now
  * support all commands in library client and djc
  * A lot of cleanups and bugfixes

0.4.1 (2007-11-11)
------------------
  * Fix bugs in mediadb and video source
  * Fix documentation generation and update it

0.4.0 (2007-11-04)
------------------
  * Add dvd support
  * Add a python library client
  * Add a command line client : djc
  * Improve performance and memory usage with the use of celementtree module
  * A lot of cleanups and bugfixes

0.2.0 (2007-06-24)
------------------
  * Add a song queue
  * Add video support
  * Add xine backend
  * Rewrite library
  * A lot of cleanups and bugfixes

0.1.0 (2007-02-28)
------------------
  * First release !!