Commit Graph

  • d48c57ca83 open-in-mpv: respect the player's executable config dev-sane Colin 2024-02-15 08:09:31 +00:00
  • 07fc639b28 Merge pull request #20 from SuperSandro2000/config-default-scheme Leonardo 2023-05-12 21:31:58 +02:00
  • c9bd2e4ea1 Set default supported schemas when no config file is provided Sandro Jäckel 2023-05-12 21:01:42 +02:00
  • 6d21e61624 Updated configuration locations in README, added issue and PR templates Baldomo 2023-01-09 17:19:23 +01:00
  • 410a3e8e6d Added explicit supported URL schemes matching for all players to reduce protocol abuse, added relevant section to README, added tests for new code Baldomo 2022-12-30 01:32:08 +01:00
  • e2a3cb1833 Set CGO_ENABLED=0 for all platforms, closes #8 Baldomo 2022-05-05 10:42:09 +02:00
  • 953b4df0cf Fixed Makefile indentation (because of course it would happen at some point) Baldomo 2022-01-28 19:09:26 +01:00
  • 048044e001 Updated extension versions, added rules to Makefile for other platforms, added extra files in scripts/ dir Baldomo 2022-01-28 19:05:52 +01:00
  • 0a10849e20 Merge pull request #6 from sudofoobar/fix-open-this-page Leonardo 2022-01-28 17:59:07 +00:00
  • 064a0975a4 Fix "Open this page in mpv" feature sudofoobar 2021-11-23 15:58:17 +09:00
  • 74987a4ba9 Full Go rewrite with WIP suppport for ther systems (Windows custom protocol handler), fixed #4, updated README Baldomo 2021-07-28 14:09:20 +02:00
  • 6218f0de7a Fixed broken Makefile Baldomo 2021-07-26 19:08:03 +02:00
  • 821087a20e Updated README with links (and submitted Firefox extension to AMO) Baldomo 2021-07-26 18:53:33 +02:00
  • 78afbd9e5b Small restyle of README Baldomo 2021-01-24 18:49:40 +01:00
  • 1bf066ec7c Fully implemented flag overriding and player specification in players.hpp, fixed bugs and updated README Baldomo 2021-01-24 18:44:12 +01:00
  • 93f7bc29f3 Added list of supported players with flag overrides and checks for support, reformatted code, added .editorconfig Baldomo 2021-01-20 20:36:44 +01:00
  • 132a258a82 Minor code refactor, code is more consistent Baldomo 2020-12-28 01:15:49 +01:00
  • 99b9474f3b Moved alnum_to_hex to own unnamed namespace, moved documentation comments to class definitions and function bodies outside of definitions, reformatted code Baldomo 2020-12-26 17:05:47 +01:00
  • 9fedb03ceb Formatted code and added .clang-format, small refactors Baldomo 2020-12-26 13:00:39 +01:00
  • 8c2d69b05d Fixed small typos in README Baldomo 2020-12-26 00:07:10 +01:00
  • 1a798efcd5 Fixed wrong required rule for make install Baldomo 2020-12-25 22:34:31 +01:00
  • c6db44ea7c Major refactor of code: removed dependency on libcurl, added url.hpp, moved everything in the oim namespace, updated readme, added more documentation comments Baldomo 2020-12-25 22:31:41 +01:00
  • 98de7307d1 Fixed context menu, reworked and restyled option page, updated Makefile Baldomo 2020-12-22 19:20:22 +01:00
  • 47c646ce51 Updated extension to support using any mpv-compatible player and custom flags, simplified javascript, added query_value overload with fallback string Baldomo 2020-12-19 13:51:53 +01:00
  • 8659ddeeee Finally added enqueue functionality to extension options, fixed flawed selector in options, modified main.cpp so enqueuing when mpv is closed open a new instance Baldomo 2020-12-12 18:00:19 +01:00
  • 1a454608ab Fixed typos in README, added TODO in mpvopts.hpp Baldomo 2020-12-07 18:58:25 +01:00
  • 94861f36bb Prevented potential key/value parsing bug in qurey_value(string, string), updated README Baldomo 2020-12-04 11:04:49 +01:00
  • 81c10e755c Added custom flags and custom video player to extension settings and generted mpv:// URLs, updated README Baldomo 2020-12-04 10:52:58 +01:00
  • 86d8ea4f75 Total c++ rewrite Baldomo 2020-07-16 19:27:02 +02:00
  • f43e16dc1f Added query option checking/defaults in main, refactored main.rs, added protocol installation to main Baldomo 2020-01-24 11:53:30 +01:00
  • 3a6ef28119 open-in-mpv.desktop is now hidden from menus Baldomo 2019-08-09 16:46:26 +02:00
  • e0d4c446db Added license, split code in lib.rs and main.rs, simplified methods, added build.rs (to package webexts, WIP) Baldomo 2019-07-25 16:39:10 +02:00
  • 6dbd77ffc1 Updated install-protocol.sh to use xdg-mime, added Chrome extension (courtesy of IINA's extension) Baldomo 2019-07-04 09:13:03 +02:00
  • a37de57a39 Initial commit: main.rs, base project layout Baldomo 2019-07-02 15:51:02 +02:00