d48c57ca83open-in-mpv: respect the player's executable config
dev-sane
Colin2024-02-15 08:09:31 +00:00
07fc639b28Merge pull request #20 from SuperSandro2000/config-default-scheme
Leonardo
2023-05-12 21:31:58 +02:00
c9bd2e4ea1Set default supported schemas when no config file is provided
Sandro Jäckel
2023-05-12 21:01:42 +02:00
6d21e61624Updated configuration locations in README, added issue and PR templates
Baldomo
2023-01-09 17:19:23 +01:00
410a3e8e6dAdded 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
e2a3cb1833Set CGO_ENABLED=0 for all platforms, closes#8
Baldomo
2022-05-05 10:42:09 +02:00
953b4df0cfFixed Makefile indentation (because of course it would happen at some point)
Baldomo
2022-01-28 19:09:26 +01:00
048044e001Updated extension versions, added rules to Makefile for other platforms, added extra files in scripts/ dir
Baldomo
2022-01-28 19:05:52 +01:00
0a10849e20Merge pull request #6 from sudofoobar/fix-open-this-page
Leonardo
2022-01-28 17:59:07 +00:00
064a0975a4Fix "Open this page in mpv" feature
sudofoobar
2021-11-23 15:58:17 +09:00
74987a4ba9Full 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
821087a20eUpdated README with links (and submitted Firefox extension to AMO)
Baldomo
2021-07-26 18:53:33 +02:00
78afbd9e5bSmall restyle of README
Baldomo
2021-01-24 18:49:40 +01:00
1bf066ec7cFully implemented flag overriding and player specification in players.hpp, fixed bugs and updated README
Baldomo
2021-01-24 18:44:12 +01:00
93f7bc29f3Added list of supported players with flag overrides and checks for support, reformatted code, added .editorconfig
Baldomo
2021-01-20 20:36:44 +01:00
132a258a82Minor code refactor, code is more consistent
Baldomo
2020-12-28 01:15:49 +01:00
99b9474f3bMoved 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
9fedb03cebFormatted code and added .clang-format, small refactors
Baldomo
2020-12-26 13:00:39 +01:00
8c2d69b05dFixed small typos in README
Baldomo
2020-12-26 00:07:10 +01:00
1a798efcd5Fixed wrong required rule for make install
Baldomo
2020-12-25 22:34:31 +01:00
c6db44ea7cMajor 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
47c646ce51Updated 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
8659ddeeeeFinally 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
1a454608abFixed typos in README, added TODO in mpvopts.hpp
Baldomo
2020-12-07 18:58:25 +01:00