Skip to content

matesfeed/matesplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📺 MatesPlayer

Ultra modern desktop video player. Created as a hobby project to have a video player which can be completely customizable and yet powerful with no compromises.
Feel free to make a pull request or drop a message at 📧 suryasantosh14523@gmail.com if you want to develop this player or work with me .

💻 Technologies Used

  • Electron JS
  • Electron Forge
  • Node JS

🔥 How to use

  • Clone the project
  • Install the dependencies
npm install
  • Creating the executable for your device
npm run make
  • You can find the executable in out/make folder inside the directory
  • Now run the executable and now you have a fully customizable, powerful MatesPlayer

⚠️ Known Issues

  • Permission Denied in linux

    • Reason
      • As a user you might not have right permissions to write and read the config file stored at /usr/lib/matesplayer/resources/app/src/assets/config.json
    • Solution
      • Open your terminal and run this command
      cd /usr/lib/matesplayer/resources/app/src/assets/ && sudo chmod o=rw config.json
      

About

ultra modern desktop video player

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published