James Taylor
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.
Display which database (OFF or USDA) a result is from in search results and allow searching only one
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":  Result is that playlists do...
Example (https://www.youtube.com/playlist?list=PL0o_zxa4K1BU6wPPLDsoTj1_wEf0LSNeR)  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={})```...
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...