There was a typo in the OpenWebif that caused the Bouquets editor to Not Populate. This was fixed in the 03-24-2026 TNAP 7 image as shown below in the screenshot. If this Is Not working then we need to find out WHY.
How to restore the mood music mux has been discussed here:
As of today, it seems the Mood Music channels on 103W SES3 have gone. All video and audio channels that were also on 103W 12145 V 20000 have ended. They have moved to 101W SES1.
How can we configure our Edision receivers now to receive the Mood Music channels on 101W?
Since there are other ways to add it the mood music mux implementation into TNAP 7 has been a low priority. Today's image (0325) Sets up the mood mux when the correct transponder is scanned (blindscan or manual). The hidden radio channels are silently added, but they are loaded under these conditions:
// Check if this is 100.9W-101W, 12000V, SR20000 transponder (±2MHz for blindscan compatibility)
if ((parm.orbital_position >= 2590 && parm.orbital_position <= 2591) && // 259.0E-259.1E = 101W-100.9W
parm.frequency >= 11998000 && parm.frequency <= 12002000 && // 12000 MHz ±2MHz for blindscan
parm.polarisation == 1 && // Vertical
parm.symbol_rate >= 19990000 && parm.symbol_rate <= 20010000) // 20000 SR ±10
In a nutshell, that code says on satellite 101w or 100.9w (Ku), If a transponder frequency of 11998 to 12002 Vertical polarity with a symbol rate between 19999 to 20001 is scanned, then the hidden mood music channels are loaded. Simple as that.
The TNAP image dated 0324 should be deleted as it has both naming and wifi issues. The 0325 image will perform much better.