Romain Bignon
2b0d4e8b91
create/edit tickets in a text editor
2014-01-22 00:00:43 +01:00
Romain Bignon
1a0dc93388
support colors in issues formatter
2014-01-22 00:00:43 +01:00
Romain Bignon
02f40ccf2c
add Issue.fields attribute to support custom fields
2014-01-22 00:00:43 +01:00
Florent
20917a1efe
Better formatting of version number in debug
...
Thanks to Romain
2014-01-20 14:44:02 +01:00
Florent
8ed0c7f87c
Add version information in Debug
2014-01-20 11:26:11 +01:00
Romain Bignon
d2b9a0a2d2
move obj_to_filename() into ReplApplication and use it in weboorrents
2014-01-16 23:56:42 +01:00
Romain Bignon
dc4984a811
add command 'videoob playlist download'
2014-01-16 23:43:40 +01:00
Romain Bignon
69d392e0c0
videoob [play|info]: ability to give several videos
2014-01-16 23:08:24 +01:00
Noe Rubinstein
cb411f4c54
Videoob: download: replace data fields in video filename
2014-01-17 00:04:35 +01:00
Pierre Mazière
9e735a740c
radioob: fix audio objects search
...
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2014-01-16 10:22:17 +01:00
Pierre Mazière
7c5e21038b
fix #1325 : exclude backends that do not implement the required method
...
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2014-01-13 19:25:47 +01:00
Florent
4d0a8dfa19
Print the full documentation on error / add documentation
2014-01-13 10:16:58 +01:00
Florent
697f6e82bd
Raise notimplementedError on attends
2014-01-13 10:07:04 +01:00
Florent
a82f57512c
bump to 0.i
2014-01-08 23:40:16 +01:00
Pierre Mazière
46513c7783
rename id method arguments to _id
...
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2014-01-08 23:29:55 +01:00
Pierre Mazière
78aab49ddd
rename id method arguments to _id
...
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2014-01-08 23:22:31 +01:00
Pierre Mazière
8b295ec609
BaseFile: add 'size' property for file size in bytes
...
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2014-01-08 17:39:45 +01:00
Laurent Bachelier
a3306cc222
Add mpv to default players
...
It's another fork of mplayer, more active than mplayer2.
2014-01-08 08:06:18 +01:00
Florent
a5a4c2e44a
Accept 0 and negative value for count
...
We already accept zero and negative value with the option -n, for
consistency it is good to accept it in interactive mode.
2014-01-07 18:59:19 +01:00
Florent
52111043e3
Revert part of e15b2a8473
2014-01-07 12:57:36 +01:00
Florent
9223d92fc8
restrict ls to 40 results by default
2014-01-06 17:13:16 +01:00
Florent
92dfab4069
More text in error
2014-01-06 15:26:09 +01:00
Florent
0b39d2d873
Coding style
2014-01-06 15:17:21 +01:00
Florent
0a7414d3e5
Remove unused imported
...
Ref e7805cec12
2014-01-06 15:14:38 +01:00
Florent
af33442ba2
Catch error in condition evaluation
...
And return a better message to users
2014-01-06 15:02:04 +01:00
Florent
3bb4b50ba0
Fix bug introduced in ReplApplication.get_object refactoring
...
Ref e15b2a8473
e0417f702d
0668db2b5a
2014-01-06 14:58:29 +01:00
Pierre Mazière
0668db2b5a
ReplApplication.get_object(): fix backend lookup
...
because self.enabled_backends contains BaseBackend objects
and not backend name strings
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2014-01-05 22:46:05 +01:00
Pierre Mazière
e7805cec12
rename AudioStreamInfo into StreamInfo
...
Allowing future use with upcoming VideoStream
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2014-01-05 22:46:05 +01:00
Pierre Mazière
c4e7e4e333
radioob: add support for playlist of BaseAudio objects
2014-01-05 22:46:05 +01:00
Pierre Mazière
fba0744483
radioob: add support for download and streaming of BaseAudio objects
...
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2014-01-05 22:46:04 +01:00
Pierre Mazière
e0417f702d
ReplApplication.get_object(): exclude backends which does not implement 'method'
...
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2014-01-05 22:46:04 +01:00
Pierre Mazière
e15b2a8473
ReplApplication.get_object(): return None if method does not exist
...
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2014-01-05 22:46:04 +01:00
Pierre Mazière
6842dda4cc
add thumbnail property to BaseAudio
...
this can be used, for example, to associate an audio
file or stream with an image related to its author,
or an album cover
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2014-01-05 22:46:04 +01:00
Caramdache
40b6b77662
Add OFX support in boobank
...
Signed-off-by: Caramdache <caramdache@gmail.com>
Signed-off-by: Romain Bignon <romain@symlink.me>
2014-01-05 21:59:22 +01:00
Romain Bignon
6af0c9acae
fix typo
2013-12-22 22:28:47 +01:00
Romain Bignon
818b756e27
json formatter: all subobjects are also encoded
2013-12-22 22:12:03 +01:00
Vincent Texier
148f6f3a2b
Fixed thumbnail field returning always "id" with json formatter
...
Version development 0.h
2013-12-22 22:02:17 +01:00
Pierre Mazière
cf06b70093
replace Thumbnail dependency to use BaseImage instead
...
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2013-12-22 20:04:53 +01:00
Pierre Mazière
53f06e21de
modify BaseVideo and ICapVideo to inherit from BaseImage
...
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2013-12-22 20:04:53 +01:00
Pierre Mazière
19d7180c13
add ICapImage and BaseImage
...
BaseImage was extracted from the gallery capability and
refactored to inherit from BaseFile.
As I did not look further into the gallery capability, I left
the original BaseImage there.
I'm aware that it's not an healthy situation, but it seems
to be used only by modules using ICapGallery and hopefully
should not have any consequences for now
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2013-12-22 20:04:53 +01:00
Pierre Mazière
77dd46fa02
fix method inheritance bug
...
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2013-12-22 20:04:52 +01:00
Pierre Mazière
b78badc606
move ext property from BaseAudio to BaseFile
...
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2013-12-22 20:04:52 +01:00
Florent
3fa2a8ba8f
Fix condition in non reply-application
2013-12-22 20:03:41 +01:00
Laurent Bachelier
4d74c13734
Add method that is actually required
...
Used in galleroob and present in all CapGallery modules
2013-12-19 13:55:15 +01:00
Florent
27e0690f8b
Fix formatter in some cases
2013-12-18 10:17:27 +01:00
Bezleputh
4ec183aadf
[boobcoming] improve comment on do_list method
2013-12-17 22:59:30 +01:00
Florent
5d746519b6
Test if lastvalue is available
2013-12-17 17:09:07 +01:00
Florent
ca766332bf
Small improvement of float printing
2013-12-17 16:55:03 +01:00
Florent
347b591811
Small typo
2013-12-17 15:29:35 +01:00
Florent
105ec527b5
Sort results of ls by default
...
and replace option -s by option -U (same than the real ls command)
refs #1079
2013-12-17 15:21:25 +01:00