aboutsummaryrefslogtreecommitdiffstats
path: root/mediaplayer/README.md
diff options
context:
space:
mode:
authorEddy Pedroni <eddy@0xf7.com>2021-11-04 22:02:06 +0100
committerEddy Pedroni <eddy@0xf7.com>2021-11-04 22:02:06 +0100
commitfa5b0f760892bcbc2548ec0e516a716bd854ceef (patch)
treed90a9ecc50b6c445697b9440fa0e6c356594ea97 /mediaplayer/README.md
parent27f908340a5b8d3c8a9f3354f99712be5a0f739c (diff)
Added MIDI support, test files, removed mediaplayer example
Diffstat (limited to 'mediaplayer/README.md')
-rw-r--r--mediaplayer/README.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/mediaplayer/README.md b/mediaplayer/README.md
deleted file mode 100644
index 5bd24f7..0000000
--- a/mediaplayer/README.md
+++ /dev/null
@@ -1,20 +0,0 @@
-# Failamp — Simple mediaplayer build in PyQt
-
-Simple app to listen to and watch videos and audio files,
-with built in playlist. Uses QtMultimedia and QtMultimediaWidgets
-to handle playback and manage the playlist.
-
-The main interface offers a playlist window in which you can drag-drop
-media files to be played. Standard media controls are provided, along
-with a timeline scrub widget and a volume control.
-
-![Mediaplayer](screenshot-mediaplayer1.jpg)
-
-For video playback you can pop out an external video viewer window
-which floats on top.
-
-![Mediaplayer](screenshot-mediaplayer2.jpg)
-
-> If you think this app is neat and want to learn more about
-PyQt in general, take a look at my [free PyQt tutorials](https://www.learnpyqt.com)
-which cover everything you need to know to start building your own applications with PyQt. \ No newline at end of file