mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-12-15 06:00:57 +01:00
52fa523df1
* feat: add support for opening videos/playlists in external players (like mpv) #418
Signed-off-by: Randshot <randshot@norealm.xyz>
* feat: move external player settings into own section
feat: add warnings for when the external player doesn't support the current action (e.g. reversing playlists)
feat: add toggle in settings for ignoring unsupported action warnings
Signed-off-by: Randshot <randshot@norealm.xyz>
* improvement: do not append start offset argument when the watch progress is 0
Signed-off-by: Randshot <randshot@norealm.xyz>
* fix: fix undefined showToast error when clicking on the external player playlist button
Signed-off-by: Randshot <randshot@norealm.xyz>
* feat: add icon button for external player to watch-video-info (below video player) component
improvement: refactor the code for opening the external player into a separate function in utils.js
Signed-off-by: Randshot <randshot@norealm.xyz>
* feat: add support for ytdl protocol urls (supportsYtdlProtocol)
chore: fix lint error
Signed-off-by: Randshot <randshot@norealm.xyz>
* feat: add support for passing default playback rate to external player
improvement: add warning message for when the external player does not support starting playback at
a given offset
chore: rename reverse, shuffle, and loopPlaylist fields for consistency
Signed-off-by: Randshot <randshot@norealm.xyz>
* feat: add setting for custom external player command line arguments
Signed-off-by: Randshot <randshot@norealm.xyz>
* chore: fix lint error
Signed-off-by: Randshot <randshot@norealm.xyz>
* improvement(watch-video-info.js): change the default for playlistId back to null (consistent with other occurrences)
improvement(utils.js/openInExternalPlayer): also check for empty playlistId string
fix(watch-video-info.js): fix merge error
Signed-off-by: Randshot <randshot@norealm.xyz>
* improvement(components/ft-list-video): check whether watch history is turned on, before adding a video to it
fix(store/utils): fix playlistReverse typo, causing `undefined` being set as a command line argument
fix(store/utils): check for 'string' type, instead of `null` and `undefined`
fix(views/Watch): fix getPlaylistIndex returning an incorrect index, when reverse was turned on
chore(locales/en-US): fix thumbnail and suppress typo
chore(locales/en_GB): fix thumbnail and suppress typo
Signed-off-by: Randshot <randshot@norealm.xyz>
* feat: pause player when opening video in external player
Signed-off-by: Randshot <randshot@norealm.xyz>
* feat(externalPlayer): refactor externalPlayerCmdArguments into a separate static file `static/external-player-map.json`
chore(components/ft-list-video): fix lint error
Signed-off-by: Randshot <randshot@norealm.xyz>
* Revert "feat: pause player when opening video in external player"
This reverts commit
|
||
---|---|---|
.. | ||
ar.yaml | ||
as.yaml | ||
bg.yaml | ||
bn.yaml | ||
bs.yaml | ||
ca.yaml | ||
cs.yaml | ||
da.yaml | ||
de-DE.yaml | ||
el.yaml | ||
en_GB.yaml | ||
en-US.yaml | ||
eo.yaml | ||
es_AR.yaml | ||
es-MX.yaml | ||
es.yaml | ||
et.yaml | ||
eu.yaml | ||
fi.yaml | ||
fil.yaml | ||
fr-FR.yaml | ||
gl.yaml | ||
he.yaml | ||
hi.yaml | ||
hr.yaml | ||
hu.yaml | ||
id.yaml | ||
is.yaml | ||
it.yaml | ||
ja.yaml | ||
ko.yaml | ||
ku.yaml | ||
la.yaml | ||
nb_NO.yaml | ||
nl.yaml | ||
nn.yaml | ||
pl.yaml | ||
pt-BR.yaml | ||
pt-PT.yaml | ||
pt.yaml | ||
ro.yaml | ||
ru.yaml | ||
sat.yaml | ||
si.yaml | ||
sk.yaml | ||
sl.yaml | ||
sr.yaml | ||
sv.yaml | ||
tr.yaml | ||
uk.yaml | ||
vi.yaml | ||
zh-CN.yaml | ||
zh-TW.yaml |