Skip to content

Commit

Permalink
Upload Web version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrews54757 committed Nov 20, 2023
1 parent 90afcea commit 7090688
Show file tree
Hide file tree
Showing 113 changed files with 117,304 additions and 0 deletions.
179 changes: 179 additions & 0 deletions built/web/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,179 @@
Copyright © 2017-2023 Andrew S ([email protected])

All rights reserved.

The software is provided AS-IS with no warranties of any kind. This has been a hobby project of mine for the past six years. Don't expect my code to be great.

You must recieve permission before using my code.

# OPEN SOURCE LICENSES:

## Fluidplayer: MIT

MIT License

Copyright (c) 2020 Fluid Player and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

## Photo Icon: MIT

MIT License

Copyright (c) 2020 Bitcoindesign

https://www.svgrepo.com/svg/470415/photo

## hls.js: Apache

Copyright (c) 2017 Dailymotion (http://www.dailymotion.com)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

src/remux/mp4-generator.js and src/demux/exp-golomb.ts implementation in this project
are derived from the HLS library for video.js (https://github.com/videojs/videojs-contrib-hls)

That work is also covered by the Apache 2 License, following copyright:
Copyright (c) 2013-2015 Brightcove


THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


## mp4box.js: BSD 3

Copyright (c) 2012. Telecom ParisTech/TSI/MM/GPAC Cyril Concolato
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of the copyright holder nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


## Dash.js: BSD

The copyright in this software is being made available under the BSD License, included below. This software may be subject to other third party and contributor rights, including patent rights, and no such rights are granted under this license.

**Copyright (c) 2015, Dash Industry Forum.
**All rights reserved.**

* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
* Neither the name of the Dash Industry Forum nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

**THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.**

## Pakojs

(The MIT License)

Copyright (C) 2014-2017 by Vitaly Puzrin and Andrei Tuputcyn

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

## videojs/vtt.js

Copyright Brightcove, Inc. and contributors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

## kevincennis/Mix.js

The MIT License (MIT)

Copyright (c) 2014 Kevin Ennis

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
8 changes: 8 additions & 0 deletions built/web/i18n.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import {Localize} from './player/modules/Localize.mjs';
window.getI18nMessage = Localize.getMessage;
document.querySelectorAll('[data-i18n]').forEach((elem) => {
elem.innerText = window.getI18nMessage(elem.dataset.i18n);
});
document.querySelectorAll('[data-i18n-label]').forEach((elem) => {
elem.title = window.getI18nMessage(elem.dataset.i18nLabel);
});
Binary file added built/web/icon128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added built/web/options/.DS_Store
Binary file not shown.
25 changes: 25 additions & 0 deletions built/web/options/defaults/DefaultKeybinds.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
export const DefaultKeybinds = {
'HidePlayer': 'AltRight',
'PlayPause': 'Space',
'Fullscreen': 'KeyF',
'VolumeUp': 'ArrowUp',
'VolumeDown': 'ArrowDown',
'SeekForward': 'ArrowRight',
'SeekBackward': 'ArrowLeft',
'SeekForwardSmall': 'Shift+ArrowRight',
'SeekBackwardSmall': 'Shift+ArrowLeft',
'SeekForwardLarge': 'Period',
'SeekBackwardLarge': 'Comma',
'UndoSeek': 'KeyZ',
'RedoSeek': 'Shift+KeyZ',
'ResetFailed': 'Backquote',
'AddDownloader': 'Equal',
'RemoveDownloader': 'Minus',
'SkipIntroOutro': 'KeyS',
'GoToStart': 'Digit0',
'SubtrackDelete': 'Delete',
'SubtrackShiftRight': 'BracketRight',
'SubtrackShiftLeft': 'BracketLeft',
'SubtrackDownload': 'KeyD',
'SubtrackToggleResync': 'KeyR',
};
21 changes: 21 additions & 0 deletions built/web/options/defaults/DefaultOptions.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
import {EnvUtils} from '../../player/utils/EnvUtils.mjs';
import {DefaultKeybinds} from './DefaultKeybinds.mjs';
export const DefaultOptions = {
playMP4URLs: false,
playStreamURLs: EnvUtils.isExtension(),
analyzeVideos: EnvUtils.isExtension() && EnvUtils.hasComputationalResources(),
downloadAll: true,
freeUnusedChannels: true,
autoEnableBestSubtitles: false,
autoEnableURLs: [],
keybinds: DefaultKeybinds,
videoBrightness: 1,
videoContrast: 1,
videoSaturation: 1,
videoGrayscale: 0,
videoSepia: 0,
videoInvert: 0,
videoHueRotate: 0,
maxSpeed: 300 * 1000 * 1000,
seekStepSize: 2,
};
9 changes: 9 additions & 0 deletions built/web/options/defaults/DefaultSubtitlesSettings.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export const DefaultSubtitlesSettings = {
'font-size': '40px',
'color': 'rgba(255,255,255,1)',
'background': 'rgba(10,10,10,0.3)',
'default-lang': 'en',
};
export const SubtitleColorSettings = [
'color', 'background',
];
Loading

0 comments on commit 7090688

Please sign in to comment.