document.title = "Youtube Music"; ipcRenderer.on("updateMenu", function (event, menu) { if (menu) { bar.updateMenu(remote.Menu.getApplicationMenu()); } else { try { bar.updateMenu(null); } catch (e) { //will always throw type error - null isn't menu, but it works } } })...
Lyrics not updating if the app couldn't get lyrics for the current song Certain songs not having lyrics - happened because the name wasn't cleaned enough, now it uses a regex /\((?:official)?[ ]?(?:music)?[ ]?(?:lyric[s]?)?[ ]?(?:video)?\)$/i(Test on regex101) to detec...
EFF denounced Content ID as a "loophole to be exploited by authorities" in a post about Devermont's livestream, suggesting that police could use songs by rightsholders who are "infamously controlling and litigious." The potential for a copyright strike, however, should not discourage bystanders...
Kahven Beck This website is amazing. I use it all the time to download songs and/or youtube videos so I can get them in higher quality then on youtube (because I have such a bad computer). Pyocho I like this app so far it looks 👌 Previous12345...26NextCompany...
Breadcrumbs youtube-music / changelog.mdTop File metadata and controls Preview Code Blame 1718 lines (1471 loc) · 154 KB Raw ChangelogAll notable changes to this project will be documented in this file. Dates are displayed in UTC.v
onRepeatButtonTap(); document.querySelector<HTMLElement & { onRepeatButtonClick: () => void }>('ytmusic-player-bar')?.onRepeatButtonClick(); } }); window.ipcRenderer.on('ytmd:update-volume', (_, volume: number) => { 0 comments on commit 47dbeff Please sign in to comment. ...