View Single Post
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#1093
Originally Posted by marxian View Post
As for OVP, my understanding is that setting the opacity of the QML Video element to 0 causes a core dump in PR1.3. I think it will work if that line is removed from the QML code. Maybe I will find the time to fix it, along with some major code re-factoring and re-implementation of subtitle support and the QtGallery stuff in C++ (or maybe not ).

IMO if you are adding the option to play in cuteTube videos in portrait orientation then you can skip on OVP... I realised that cuteTube wants its own dedicated directory i.e. when i set from within cuteTube the path to ~/MyDocs/Movies, it auto-created a new directory ~/MyDocs/Movies/cuteTube.

So I have modified my ~/.config/user-dirs.dirs file and changed
Code:
"XDG_VIDEOS_DIR="$HOME/MyDocs/Movies"
to
Code:
"XDG_VIDEOS_DIR="$HOME/MyDocs/Movies/cuteTube"
This way the above is my default for videos and cuteTube sees everything (downloaded + user added) in there too hence a proper replacement for OVP with added downloading support
 

The Following User Says Thank You to thedead1440 For This Useful Post: