View Single Post
Posts: 291 | Thanked: 398 times | Joined on Jan 2011 @ USA
#119
Just fyi:

changing the theme color by just edit a couple line (red color code below) in /opt/user/share/qmltube/qml/qmltube/main.qml

Code:
Rectangle {
    id: window

    Component.onCompleted: Scripts.restoreSettings()

    property string activeColor : "#6382c6"
    property string activeColorLow : "#3d6be0"
download folder path setting are in /opt/user/share/qmltube/qml/qmltube/setting.js , two lines need to be changed and one line in main.qml then remove the dbase files in .configure/cutetube for the change to take effect.

if you don't want to mess with the code above you can edit /home/user/.config/tracker/tracker.cfg to make you downloaded videos showing in the media library.

Code:
[Watches]
# List of directory roots to index and watch (separator=;)
WatchDirectoryRoots=$HOME/MyDocs/.sounds/;$HOME/MyDocs/.documents/;$HOME/MyDocs/.videos/;$HOME/MyDocs/.images/;$HOME/.config/cutetube;
sharing and sending the video via bluetooth can be done through default media player

Last edited by khuong; 2011-04-06 at 23:03.
 

The Following 2 Users Say Thank You to khuong For This Useful Post: