- This software is targeted towards outdoor enthusiasts
- The source is located in
mediaplayer/Player/
- The videos are located in
video
- To compile and run:
qmake Player.pro && ./Player
- It is used to encapsulate a bunch of added videos into a collection such that each video will have:
- Its chose location
- Its set of specified tags
- Its thumbnail which has the same name of the video but the format is different
- The length of the video
- An example of a stored collection will be as follows:
home/a.MOV,home/a.png,00:00:18,manchester,cycling,mountains,view
home/b.MOV,home/b.png,00:00:15,leeds,sculpting,creative
home/c.MOV,home/c.png,00:00:11,london,club,party,fun
- We can see that each video has its own thumbnail such as
a.MOV
hasa.png
- Features
- Open and save collections
- open multiple videos and view them
- Add/remove tags
- Change/add location to video
- Add/remove videos from collections
- View the location of each video in the map
- The map automatically changes as you change the video
- Play/Pause/Stop the video
- Seek through the video
- Next and previous buttons to go though the videos
- Change the volume
- Have an overlay over the video that displays the current tag and location
- Displays an option such that you can chose which tag to remove
- Dynamic search
- Through video names
- Through tags
- Through location
- Through location and tags
- Sorting
- Sort by name ascend or descending
- Sort by length ascend or descending
- Sort by location ascend or descending
Ctrl+O .txt
file
Ctrl+S .txt
file
Ctrl+V
Ctrl+Shift+V
Ctrl+T
Ctrl+Shift+T
Ctrl+L
Ctrl+H
Space
Ctrl+Shift+F
Esc