James Taylor

Results 18 issues of James Taylor

Standard for where programs should store configuration and data files: https://wiki.archlinux.org/title/XDG_Base_Directory Currently youtube-local just stores the data in `~/.youtube-local`. We should support XDG instead.

enhancement

When searching for generic items, such as fruits, it's preferable to only check the USDA database, so as to avoid the deluge of branded items with a 100 g serving...

When scanning US items, I was not aware of the distinction between salt (the EU measurement) and sodium (the US measurement). So when I scanned a US item that wasn't...

Since [switching to the ios client](https://github.com/user234683/youtube-local/commit/78534491a377e964803dc150095202bc8b18da38), YouTube no longer provides integrated sources yt-dlp did end up fixing the android client, so maybe we can get them back, but I expect...

Wine crashes when Pip attempts to install stem. Likely just an issue with wine - wine-9.0 - Debian 11

More code churn from YouTube. New hires building job security I guess. Playlists are no longer in playlistRenderer. Now they're in a special "lockupViewModel": ![Image](https://github.com/user-attachments/assets/9d4b9997-cd25-4bea-8b58-3dc5c756fced) Result is that playlists do...

bug
good first issue

Example (https://www.youtube.com/playlist?list=PL0o_zxa4K1BU6wPPLDsoTj1_wEf0LSNeR) ![Image](https://github.com/user-attachments/assets/ae635a94-29dd-4436-bf9a-ca1bdc3baae1) Root cause of #220 and likely #227 as well. Due to code churn from YouTube. Previously, metadata contained in playlistHeaderRenderer: ``` header = deep_get(response, 'header', 'playlistHeaderRenderer', default={})```...

bug
good first issue

Compare the following USDA items: - https://fdc.nal.usda.gov/food-details/170690/nutrients - https://fdc.nal.usda.gov/food-details/170691/nutrients The first one reports the following - Vitamin K (phylloquinone) 3.82 µg The second one reports the following: - Vitamin K...