Commit Graph

145 Commits

Author SHA1 Message Date
markjfine eaeed80311
Added debug to MusicBrainz search error 2023-07-22 09:39:09 -04:00
markjfine dab697f082
Updated several package versions 2023-07-20 13:56:15 -04:00
Mark J. Fine 49cf532fdc renamed code 511 per spec, added official mime types, modified LOT regex to acount for expiry, added regex for Navteq/HERE stream/packet info, added place holder for Navteq/HERE images. 2023-07-10 20:26:19 -04:00
Mark J. Fine 76b7348943 fixed typo in python-dateutil 2023-02-24 17:02:32 -05:00
Mark J. Fine a27f2969d4 Added requirements.txt instructions 2023-01-12 07:57:20 -05:00
Mark J. Fine 47d2c85abd Added pygobject 2023-01-11 13:19:31 -05:00
markjfine aa7eca98ee
Merge pull request #33 from andylhxu/patch-1
Add requirements.txt
2023-01-11 11:21:14 -05:00
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. 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 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. 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.
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 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