Opened 14 years ago
Closed 14 years ago
#9 closed defect (fixed)
Fix the web interface
Reported by: | jhamrick | Owned by: | jhamrick |
---|---|---|---|
Priority: | major | Component: | remctl |
Keywords: | Cc: |
Description
There used to be a sipbmp3 web interfact at http://sipb.mit.edu/sipbmp3, but it no longer works since we switched from LPRng to CUPS. It needs to be updated such that it uses the correct syntax to interface with CUPS.
Change History (3)
comment:1 Changed 14 years ago by jhamrick
- Owner set to jhamrick
- Status changed from new to accepted
comment:2 Changed 14 years ago by jhamrick
- Component changed from web to remctl
comment:3 Changed 14 years ago by jhamrick
- Resolution set to fixed
- Status changed from accepted to closed
This has been fixed in commit 79fac025. I added lines in the gutenbach backend to write the status to /var/run/gutenbach/status, which is then used by the remctl command status get. The web interface uses this command to get the current song.
Note: See
TracTickets for help on using
tickets.
For reference, the volume remctl command on the web interface works correctly, but the "now playing" does not. This actually makes this a remctl bug, not a web bug, so I am going to change the component to remctl.