Micke Nordin
564f64106a
Fix paths for assets
2022-06-30 16:52:18 +02:00
Micke Nordin
ee5aff33c1
Fix paths for assets
2022-06-30 16:38:35 +02:00
6af864c5d6
Add support for running in single video mode
2022-05-27 18:03:07 +02:00
Micke Nordin
d90de29d4f
Update 'README.md'
2022-05-27 15:20:51 +00:00
6bba000280
Smolfix: Should be ready for 0.0.1 release
2022-05-27 17:18:08 +02:00
1986e395d7
Add setup.py
2022-05-27 17:06:15 +02:00
3604862b84
Kill YouTube Support and switch to VLC for playback
...
With this commit only SVT Play is currently supported. I feel that
TubeFeeder is the best choice for YouTube on mobile linux and
maintenance burden will be less if I don't compete with an allready
nice app :)
I might add support for other providers down the line if they are not
supported in TubeFeeder. See:
* https://github.com/Tubefeeder/TubeFeeder
for more information about TubeFeeder
I am also switching out gstreamer in favour of VLC with this commit.
2022-05-27 16:43:41 +02:00
Micke Nordin
c2502162a8
Add back size so it works on x11 too
2022-01-13 19:26:12 +01:00
Micke Nordin
67589b5def
Fix border around buttonsizer
2022-01-13 19:10:38 +01:00
Micke Nordin
73ffe573fb
revert button styles
2022-01-13 18:19:26 +01:00
Micke Nordin
14ad0a4775
Somewhat workig search and thumbnails for channels
2022-01-13 18:12:26 +01:00
Micke Nordin
cf54794220
Only resolve youtubelinks when playing
...
This makes everything ALOT faster
2022-01-10 16:21:00 +01:00
094b25f8cb
Go back to Gstreamer for now
2022-01-09 21:51:19 +01:00
4fb7014543
Try out MPV
2022-01-09 19:05:11 +01:00
1e53d8ef50
Slight cleanup
2022-01-09 19:04:48 +01:00
390df8abd8
Clear up what various indexes were
2022-01-09 17:26:07 +01:00
8e9086475d
Harmonize id
2022-01-09 13:24:17 +01:00
50f220afb4
Make refresh significantly faster, and also centralize threading
2022-01-09 13:24:02 +01:00
f6fe4f143b
Add refresh buttons
2022-01-08 23:16:26 +01:00
62c0f68647
Make latest when overwriting channels
2022-01-08 22:37:27 +01:00
69be9c7c07
Allow empty subscription table
2022-01-08 22:33:55 +01:00
ea9379be7f
Add import from NewPipe-button
2022-01-08 22:28:31 +01:00
16aac8d1f9
Fix collapsable pane
2022-01-08 22:03:28 +01:00
e97330ca09
Fixes for SVT
...
Store SVT videos in db and only parse the feed when needed
Also: dont show latest videos for SVT
2022-01-08 21:38:13 +01:00
8fe7f45f62
Start working on collapsable pane
2022-01-08 21:22:02 +01:00
efc6f8c8c0
Move to sqlite and remove pickle-ing
2022-01-08 21:21:34 +01:00
Micke Nordin
712e0eeaa2
Update 'README.md'
2022-01-07 21:57:10 +00:00
Micke Nordin
c9dac6fdee
Fix constant name
...
Signed-off-by: Micke Nordin <micke@noreply.code.smolnet.org>
2022-01-07 21:50:24 +00:00
c1547de061
Start working on videos in database
2022-01-07 21:00:09 +01:00
Micke Nordin
f6628730d6
Use sqlite for storage
2022-01-07 18:16:13 +01:00
Micke Nordin
ed4ddf1d01
Add support for importing subscriptions from NewPipe
2022-01-07 14:26:46 +01:00
b0b05cbecc
Screenshots running on OG PinePhone
2022-01-06 19:42:57 +01:00
f2983da0ef
Set scrollrate
2022-01-06 17:59:24 +01:00
ea54e92326
convert strechspacers to regular
2022-01-06 17:48:56 +01:00
e9762b348d
Put player in another sizer
2022-01-06 17:34:35 +01:00
1f7a47b7e7
Add spacers
2022-01-06 17:26:47 +01:00
1670d56bc3
Rescale
2022-01-06 17:20:26 +01:00
9e5f763474
Try to make smaler scale
2022-01-06 16:16:26 +01:00
3c5cf92da1
Add closebutton and fix button sizes
2022-01-06 16:08:24 +01:00
d9cd63dc80
Fix button sizing
2022-01-06 15:34:07 +01:00
ff4f956343
Use constants and add spacers
2022-01-06 13:31:45 +01:00
735ca3ef7e
Use a uniform sizer with two buttons for everything
...
Also add png images locally
2022-01-06 13:14:57 +01:00
8407d10cae
Fix installer
2021-12-31 14:25:13 +00:00
19ef2e6c03
Make crude installer
2021-12-31 15:12:02 +01:00
30ebe150be
Add a few more youtube channels
2021-12-28 18:47:29 +01:00
1ce7bc3da8
Create a custom channel for all providers with the latest video from all channels
2021-12-28 18:42:11 +01:00
aff74e63e9
Add another youtube channel
2021-12-28 17:55:24 +01:00
1a97232327
Fix consistent back buttons
...
Now you can go all the way back, from any where via backbuttons.
2021-12-28 17:47:49 +01:00
a776e913a8
Reintroduce ChannelProvider
...
This time a ChannelProvider has multiple Channels and the gui class
deals with them instead of Channels directly
2021-12-28 17:30:36 +01:00
54193eb8df
Rename ChannelProvider -> Channel
2021-12-26 15:18:47 +01:00