Commit Graph

138 Commits

Author SHA1 Message Date
Andy Lianghua Xu a3a6ac2a41 Update requirements.txt 2023-01-11 01:27:49 -05:00
Andy Lianghua Xu 5f2e736d4b Add requirements.txt
To make it easier to pip install the required packages, rather than relying on exceptions to figure out the missing ones.
2023-01-11 01:25:41 -05:00
Mark J. Fine fd5ba2796b Fill some of the dead space in wide mode with station messages/alerts 2022-12-22 16:08:42 -05:00
Mark J. Fine 31b4d262ed Fixed typo in set_sensitive() 2022-12-22 14:25:13 -05:00
Mark J. Fine 3f77d35962 Added warning before restarting 2022-12-22 08:33:43 -05:00
Mark J. Fine 69057f967a Added way to change application display from narrow to wide layout 2022-12-21 22:28:29 -05:00
Mark J. Fine 1679eda1c5 Changed version number to 2.2.2. v2.2.2 2022-12-19 05:27:39 -05:00
Mark J. Fine d83c934b95 Corrected the way gain was being set for SDRPlay. 2022-12-18 13:50:20 -05:00
Mark J. Fine ec61b85afc Removed quotes from SDRPlay Antenna switch and added Auto option 2022-12-17 16:35:45 -05:00
Mark J. Fine b945e3611a Increased RTL_TCP address size to allow for port v2.2.1 2022-12-14 21:12:07 -05:00
Mark J. Fine 6069f6c503 Use Resmapling.LANCZOS only on PIL > v8, include RTL -H and -d switches only when using RTL. 2022-12-11 20:27:38 -05:00
Mark J. Fine a3068acddc Updated to operate with up to 8 nrsc5 streams, per the nrsc5 spec. list v2.2.0 2022-12-09 15:30:42 -05:00
Mark J. Fine ded176ae46 Added notes for SDRPlay compilation and operation. 2022-12-08 11:34:57 -05:00
Mark J. Fine b65a8828be Made SDR Radio selectable in a combobox making irrelevant entries invisible 2022-12-08 11:18:19 -05:00
Mark J. Fine 8f2e8d4c8a More interface cleanup regarding radio selection 2022-12-08 10:05:12 -05:00
Mark J. Fine 41295117e8 Changed SDRPlay antenna to combobox 2022-12-07 12:47:24 -05:00
Mark J. Fine edf0b93b97 interface cleanup, fixed int bug in gain setting, updated LANCZOS to Resampling.LANCZOS 2022-12-07 11:07:37 -05:00
Mark J. Fine d6917ec5c5 Another change to the ignore file 2022-12-06 19:59:53 -05:00
Mark J. Fine 4c7bbe4358 ignore file 2022-12-06 19:47:41 -05:00
Mark J. Fine 6ae3c93754 Added preliminary support for SDRPlay version of nrsc5. 2022-12-06 17:10:47 -05:00
markjfine b8ae248bcf Corrected int vs. str in debug log output for fileSize and actualFileSize. 2022-07-03 21:12:26 -04:00
markjfine cd0b378276 Update README.md 2021-10-31 19:48:11 -04:00
markjfine bf78481456 cross-compiled versions
rebuilt nrsc5.exe, libnrsc5.dll, libusb-1.0.dll, and librtlsdr.dll cross-compiled from macos.
2021-05-31 10:49:19 -04:00
markjfine a1779c52e3 Resizing logos
Corrected small issue with resizing logos as a follow-up to the constant resize problem.
v2.1.1
2021-05-11 08:14:30 -04:00
markjfine 95bdf15d8f Fixed resizing issue
Fixed resizing of traffic and weather maps - problem was in initial display.
2021-05-10 14:09:36 -04:00
markjfine 84b9ef05ce Trigger image refresh 2021-05-10 12:37:57 -04:00
markjfine 724c4a2f67 Trigger image refresh 2021-05-10 12:36:04 -04:00
markjfine a45363f6c9 v2.1.0 Release shots 2021-05-10 12:32:48 -04:00
markjfine 32ac34125a Reverted resize fix
Reverted fix to previous bug until I find a more consistent way.
2021-05-10 12:12:57 -04:00
markjfine 64a99e0ee6 Typo v2.1.0 2021-05-07 12:53:45 -04:00
markjfine 54c8d7afc4 Constant resize
Fixed a bug (with a bandaid) where the cover/logo/travel/weather images were constantly resizing, eating resources.
Apparently the 'check-resize' widget callback doesn't get called only when the window resizes, you still have to actually check that it's been resized... what's the point of the callback?
2021-05-06 21:31:09 -04:00
markjfine 21807f4f99 Code cleanup 2021-05-06 07:48:16 -04:00
markjfine 5b6fb1c22a Code cleanup 2021-05-06 07:04:38 -04:00
markjfine 51a35c9b08 Removed sox req't
Removed sox as a requirement, which was holdover from a prior distribution. NRSC5 seems to operate without it.
2021-05-05 09:36:41 -04:00
markjfine c8c2cb1d6c More typos + info 2021-05-05 09:28:53 -04:00
markjfine dae7add8f5 Fixed small typo 2021-05-05 09:22:36 -04:00
markjfine e65eff2cf9 Win10 notes
Updated notes about operating under Win10
2021-05-05 09:14:50 -04:00
markjfine 449646b0b7 Removed XHDR limitation on queries 2021-04-30 13:51:48 -04:00
markjfine 98fba7f6bf Extended Queries 2021-04-29 20:59:30 -04:00
markjfine 8a74e88d35 Minor query fix
Minor fix for non-Extended query mode.
2021-04-29 20:19:27 -04:00
markjfine 6cbc68ef67 Extended Queries
Extended queries replaces the Strict option - adds additional queries to try to get stubborn cover art that's hiding in the MB database.
2021-04-29 19:15:28 -04:00
markjfine bf6b456052 Extended Queries
Extended queries replaces the Strict option - adds additional queries to try to get stubborn cover art that's hiding in the MB database.
2021-04-29 19:15:08 -04:00
markjfine 2ec6f0331a Modified Cover Search routine
If Strict is set and it can't find anything, it will automatically search again with Strict off.
2021-04-28 19:17:17 -04:00
markjfine a56ebb5e1d Metadata cahcing and Strict Queries
Added documentation for both.
2021-04-27 16:02:36 -04:00
markjfine 97967af9ce Metatdata caching and Strict Queries
Added the ability to specify whether MusicBrainz queries are strict or not in the Settings. Default is True.
Also added metadata caching of track info. This will update the Album and Genre (if available) data in the display for already downloaded Album Art.
2021-04-27 15:58:09 -04:00
markjfine a41013c6b1 Strict Queries
Added Settings for Strict Queries when downloading Album Art
2021-04-27 15:56:45 -04:00
markjfine 8ab886dfe2 Add Include Station Art
Adds the ability to choose to display or not display any cover art generated by the station when downloading cover art from MusicBrainz.
2021-04-26 14:50:01 -04:00
markjfine 07edab95c5 Station Art
Adds `Include Station Art` option.
2021-04-26 14:46:09 -04:00
markjfine 867d656977 Station Logo
Updated with instructions on how to set the station logo with a URL.
2021-04-26 12:27:44 -04:00
markjfine 3d29840e9c Add Station Logo
Added means to add a station logo from an image URL.
Entry is activated by right clicking in the Album Art area while a station is playing.
Typing or pasting the URL and clicking Ok downloads it and sets the station logo of the playing station with it.
2021-04-26 12:23:19 -04:00