youtube-webos
youtube-webos copied to clipboard
Change to official Youtube Icon
Any chance to change to official Youtube Icon in the ribbon menu?
@dimitrij2k You want this ?
Icon
Large icon
@Informatic What do you think of this idea ?
Hm I wonder if this would be a copyright/trademark issue.
@DavidBuchanan314 idk, I found this logo on the internet.
That's now how copyright and trademark laws work lol
@DavidBuchanan314 But what can they do when we take their pictures? I'm just a newbie so I don't know much about this.
They can file a DMCA takedown notice against the github repo, or the webosbrew web host, or the DNS registrar, or any other intermediate infrastructure.
Is there a way to change the icon without compiling?
Why i want a new Icon? Because the actual Icon looks like VLC Player ;-)
BTW I LOVE THIS APP!!!!!!! THANKS TO THE DEV AND SORRY FOR MY CRITIC ;-)
If your TV is rooted you can replace any app icon/asset - these are generally images in /media/developer/apps/usr/palm/applications/APP.ID
(or /media/cryptofs/apps/usr/palm/applications/APP.ID
in case of Content Store apps) - where APP.ID
is id of an application you want to poke at - eg. youtube.leanback.v4
in case of YouTube. appinfo.json
file there contains information about the app - which looks like this one: https://github.com/webosbrew/youtube-webos/blob/main/assets/appinfo.json#L8-L9 - icon
and largeIcon
are filenames of icons rendered in the UI.
You can modify these files by enabling SSH Server in Homebrew Channel settings and using something like WinSCP on Windows or scp
on Linux/Mac. Default root
user password is alpine
.
❤️❤️❤️ Thank You!
Piotr Dobrowolski @.***> schrieb am Di. 25. Jan. 2022 um 12:27:
If your TV is rooted you can replace any app icon/asset - these are generally images in /media/developer/apps/usr/palm/applications/APP.ID (or /media/cryptofs/apps/usr/palm/applications/APP.ID in case of Content Store apps) - where APP.ID is id of an application you want to poke at - eg. youtube.leanback.v4 in case of YouTube. appinfo.json file there contains information about the app - which looks like this one: https://github.com/webosbrew/youtube-webos/blob/main/assets/appinfo.json#L8-L9
- icon and largeIcon are filenames of icons rendered in the UI.
You can modify these files by enabling SSH Server in Homebrew Channel settings and using something like WinSCP on Windows or scp on Linux/Mac. Default root user password is alpine.
— Reply to this email directly, view it on GitHub https://github.com/webosbrew/youtube-webos/issues/29#issuecomment-1021090772, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFPE2XDC27BFCHA4SRPMLC3UX2CIRANCNFSM5MQ4M7QA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you were mentioned.Message ID: @.***>