vidi-player.git
7 years agovidi-player.py: add missing newlines in error messages
Antonio Ospite [Mon, 28 Nov 2016 12:41:29 +0000 (13:41 +0100)]
vidi-player.py: add missing newlines in error messages

7 years agovidi/Player.py: move the stop() method after the play() method
Antonio Ospite [Mon, 28 Nov 2016 12:38:27 +0000 (13:38 +0100)]
vidi/Player.py: move the stop() method after the play() method

For consistency with the Timeline class.

7 years agoHandle KeyboardInterrupt in the main program, not in the Player class
Antonio Ospite [Mon, 28 Nov 2016 12:35:58 +0000 (13:35 +0100)]
Handle KeyboardInterrupt in the main program, not in the Player class

7 years agovidi/Timeline.py: add a stop() method
Antonio Ospite [Mon, 28 Nov 2016 12:34:15 +0000 (13:34 +0100)]
vidi/Timeline.py: add a stop() method

7 years agovidi/Timeline.py: move pipeline player initialization to the __init__ method
Antonio Ospite [Mon, 28 Nov 2016 12:32:17 +0000 (13:32 +0100)]
vidi/Timeline.py: move pipeline player initialization to the __init__ method

7 years agovidi/Player.py: rename the quit() method to stop()
Antonio Ospite [Mon, 28 Nov 2016 12:24:01 +0000 (13:24 +0100)]
vidi/Player.py: rename the quit() method to stop()

7 years agovidi/Player.py: move the signal callback initialization to the __init__ method
Antonio Ospite [Mon, 28 Nov 2016 12:22:13 +0000 (13:22 +0100)]
vidi/Player.py: move the signal callback initialization to the __init__ method

7 years agocreate_test_videofont.py: use FONT_DESC in LIVE_PIPELINE_TEMPLATE too
Antonio Ospite [Sun, 27 Nov 2016 22:51:09 +0000 (23:51 +0100)]
create_test_videofont.py: use FONT_DESC in LIVE_PIPELINE_TEMPLATE too

7 years agocreate_test_videofont.py: set the sample length in seconds
Antonio Ospite [Sun, 27 Nov 2016 15:08:31 +0000 (16:08 +0100)]
create_test_videofont.py: set the sample length in seconds

The duration of a sample in a video font should be at least as long as
the longest corresponding note in the midi file.

7 years agoFix converting paths to URIs
Antonio Ospite [Sun, 27 Nov 2016 15:05:47 +0000 (16:05 +0100)]
Fix converting paths to URIs

In particular this fixes adding clips with a filename which has to be
quoted when becoming part of a URI, like sample_F#5.mkv

7 years agoREADME.md: mention some examples of videos that could be made
Antonio Ospite [Fri, 25 Nov 2016 17:25:21 +0000 (18:25 +0100)]
README.md: mention some examples of videos that could be made

7 years agoInitial import
Antonio Ospite [Fri, 25 Nov 2016 16:11:27 +0000 (17:11 +0100)]
Initial import