-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit fdf4427
Showing
407 changed files
with
20,426 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Simple workflow for deploying static content to GitHub Pages | ||
name: Deploy static content to Pages | ||
|
||
on: | ||
# Runs on pushes targeting the default branch | ||
push: | ||
branches: ["documentation"] | ||
|
||
# Allows you to run this workflow manually from the Actions tab | ||
workflow_dispatch: | ||
|
||
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages | ||
permissions: | ||
contents: read | ||
pages: write | ||
id-token: write | ||
|
||
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. | ||
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. | ||
concurrency: | ||
group: "pages" | ||
cancel-in-progress: false | ||
|
||
jobs: | ||
# Single deploy job since we're just deploying | ||
deploy: | ||
environment: | ||
name: github-pages | ||
url: ${{ steps.deployment.outputs.page_url }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
- name: Setup Pages | ||
uses: actions/configure-pages@v3 | ||
- name: Upload artifact | ||
uses: actions/upload-pages-artifact@v2 | ||
with: | ||
# Upload entire repository | ||
path: './docs' | ||
- name: Deploy to GitHub Pages | ||
id: deployment | ||
uses: actions/deploy-pages@v2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,171 @@ | ||
<!DOCTYPE html> | ||
<html class="no-js" lang="en"> | ||
<head> | ||
<title>Additional Notes - InvidTUI</title> | ||
<meta name="description" content="A cross-platform terminal-based Invidious client"> | ||
<meta name="author" content="darkhz"> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
|
||
<link rel="icon" href="themes/daux/img/favicon-navy.png" type="image/x-icon"> | ||
|
||
<!-- Mobile --> | ||
<meta name="apple-mobile-web-app-capable" content="yes" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<!-- JS --> | ||
<script> | ||
window.base_url = ""; | ||
document.documentElement.classList.remove('no-js'); | ||
</script> | ||
|
||
<!-- Font --> | ||
|
||
<!-- CSS --> | ||
<link href='themes/daux/css/theme-navy.min.css' rel='stylesheet' type='text/css'> | ||
<link href='daux_libraries/search.css' rel='stylesheet' type='text/css'> | ||
</head> | ||
<body class=""> | ||
<div class="Columns content"> | ||
<aside class="Columns__left Collapsible"> | ||
<button type="button" class="Button Collapsible__trigger" aria-controls="sidebar_content" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="Collapsible__trigger__bar"></span> | ||
<span class="Collapsible__trigger__bar"></span> | ||
<span class="Collapsible__trigger__bar"></span> | ||
</button> | ||
|
||
<a class="Brand" href="index.html">InvidTUI</a> | ||
|
||
<form role='search' action="/" method="get" class="Search" id="search_form"> | ||
<label for="search_input"> | ||
<span class='u-visuallyHidden'>Search</span> | ||
</label> | ||
<input | ||
type="search" | ||
id="search_input" | ||
class="Search__field" | ||
placeholder="Search..." | ||
aria-label="Search..." | ||
autocomplete="on" | ||
results=25 | ||
autosave=text_search | ||
> | ||
<label> | ||
<input type="submit" class='u-visuallyHidden' /> | ||
<span class='u-visuallyHidden'>Search...</span> | ||
<svg class="Search__icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 451 451"> | ||
<path d="M447.05 428l-109.6-109.6c29.4-33.8 47.2-77.9 47.2-126.1C384.65 86.2 298.35 0 192.35 0 86.25 0 .05 86.3.05 192.3s86.3 192.3 192.3 192.3c48.2 0 92.3-17.8 126.1-47.2L428.05 447c2.6 2.6 6.1 4 9.5 4s6.9-1.3 9.5-4c5.2-5.2 5.2-13.8 0-19zM26.95 192.3c0-91.2 74.2-165.3 165.3-165.3 91.2 0 165.3 74.2 165.3 165.3s-74.1 165.4-165.3 165.4c-91.1 0-165.3-74.2-165.3-165.4z"/> | ||
</svg> | ||
</label> | ||
</form> | ||
|
||
<div class="Collapsible__content" id="sidebar_content"> | ||
<!-- Navigation --> | ||
<ul class='Nav'> | ||
<li class='Nav__item '><a href="Installation.html">Installation</a></li> | ||
<li class='Nav__item '><a href="Configuration.html">Configuration</a></li> | ||
<li class='Nav__item has-children'><a href="Usage/index.html" class="Nav__item__link"><i class="Nav__arrow"> </i>Usage</a><ul class='Nav'> | ||
<li class='Nav__item '><a href="Usage/Command_Line_Options.html">Command Line Options</a></li> | ||
<li class='Nav__item has-children'><a href="Usage/Keybindings/Global_Keybindings.html" class="Nav__item__link"><i class="Nav__arrow"> </i>Keybindings</a><ul class='Nav'> | ||
<li class='Nav__item '><a href="Usage/Keybindings/Global_Keybindings.html">Global Keybindings</a></li> | ||
<li class='Nav__item '><a href="Usage/Keybindings/Page_Specific_Keybindings.html">Page Specific Keybindings</a></li></ul></li></ul></li> | ||
<li class='Nav__item has-children'><a href="Pages/index.html" class="Nav__item__link"><i class="Nav__arrow"> </i>Pages</a><ul class='Nav'> | ||
<li class='Nav__item '><a href="Pages/Start.html">Start</a></li> | ||
<li class='Nav__item '><a href="Pages/Search.html">Search</a></li> | ||
<li class='Nav__item '><a href="Pages/Playlist.html">Playlist</a></li> | ||
<li class='Nav__item '><a href="Pages/Channel.html">Channel</a></li> | ||
<li class='Nav__item '><a href="Pages/Dashboard.html">Dashboard</a></li> | ||
<li class='Nav__item '><a href="Pages/Downloads.html">Downloads</a></li></ul></li> | ||
<li class='Nav__item '><a href="Authentication.html">Authentication</a></li> | ||
<li class='Nav__item Nav__item--active'><a href="Additional_Notes.html">Additional Notes</a></li> | ||
<li class='Nav__item '><a href="Credits.html">Credits</a></li></ul> | ||
<div class="Links"> | ||
<hr/> | ||
<a href="https://youtube.com/watch?v=SwPyPYukuRQ" target="_blank" rel="noopener noreferrer">Video Demo</a> | ||
<br /> | ||
<a href="https://github.com/darkhz/invidtui" target="_blank" rel="noopener noreferrer">GitHub Repository</a> | ||
<br /> | ||
<a href="https://github.com/darkhz/invidtui/issues" target="_blank" rel="noopener noreferrer">Help/Support/Bugs</a> | ||
<br /> | ||
</div> | ||
|
||
|
||
<div class="DarkModeToggler"> | ||
<hr/> | ||
<label class="Checkbox">Dark Mode <input type="checkbox" class="ColorMode__button" /> | ||
<div class="Checkbox__indicator"></div> | ||
</label> | ||
</div> | ||
|
||
|
||
<div class="PoweredBy"> | ||
<hr/> | ||
Powered by Daux.io </div> | ||
</div> | ||
</aside> | ||
<div class="Columns__right"> | ||
<div class="Columns__right__content"> | ||
<div class="doc_content"> | ||
<article class="Page"> | ||
|
||
<div class="Page__header"> | ||
<h1><a href="Additional_Notes.html">Additional Notes</a></h1> | ||
<span class="EditOn"> | ||
<a href="https://github.com/darkhz/invidtui/blob/master/documentation/docs/06_Additional_Notes.md" target="_blank"> | ||
Edit on GitHub </a> | ||
</span> | ||
</div> | ||
|
||
<div class="s-content"> | ||
<ul> | ||
<li> | ||
<p>Since Youtube video titles may have many unicode characters (emojis for example), it is recommended to install <strong>noto-fonts</strong> and its variants (noto-fonts-emoji for example). Refer to your distro’s documentation on how to install them. On Arch Linux for instance, you can install the fonts using pacman: | ||
<code>pacman -S noto-fonts noto-fonts-emoji noto-fonts-extra</code><br/></p> | ||
</li> | ||
<li> | ||
<p>For the video mode, only MP4 videos will be played, and currently there is no way to modify this behavior. This will change in later versions.</p> | ||
</li> | ||
<li> | ||
<p>On Windows, using invidtui in Powershell/CMD will work, but use Windows Terminal for best results.</p> | ||
</li> | ||
<li> | ||
<p>For certain videos where the duration is shown as “00:00”, but the published date is greater than 0s, it is most likely that the video is a live stream. Due to certain inconsistencies with the invidious API, such videos are not shown as live streams in the search results, but will show when playing.</p> | ||
</li> | ||
<li> | ||
<p>Since invidtui relies on specially crafted URLs to load and display media properly, it is not recommended to edit the autogenerated playlist.</p> | ||
</li> | ||
<li> | ||
<p>MPRIS support can be enabled by installing <a href="https://github.com/hoyon/mpv-mpris" class="Link--external" rel="noopener noreferrer">mpv-mpris</a>.</p> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
<nav> | ||
<ul class="Pager"> | ||
<li class=Pager--prev><a href="Authentication.html">Previous</a></li> <li class=Pager--next><a href="Credits.html">Next</a></li> </ul> | ||
</nav> | ||
</article> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<!-- JS --> | ||
<script src="themes/daux/js/main.mjs"></script> | ||
|
||
<script> | ||
|
||
window.searchLanguage = ""; | ||
window.searchTranslation = {"Search_one_result":"1 result","Search_results":"!count results","Search_no_results":"Nothing found","Search_common_words_ignored":"Common words are largely ignored","Search_too_short":"Search too short","Search_one_character_or_more":"Should be one character or more","Search_should_be_x_or_more":"Should be !min characters or more","Link_previous":"Previous","Link_next":"Next"}; | ||
</script> | ||
|
||
<!-- Search --> | ||
<script type="text/javascript" src="daux_libraries/search.min.js"></script> | ||
|
||
<script> | ||
window.search({'base_url': ''}) | ||
</script> | ||
</body> | ||
</html> |
Oops, something went wrong.