-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Record to file #17
Comments
I agree. adding a -O option wouldn't be too hard. But I think the time recording is better left up to something else mostly because I don't want to have to worry about running in the background. cron comes to mind. Though for that to work a timed recording would be necessary. 0 3 * * 1-5 pyxis -O would work great. |
Yeah, timed recording is exactly what I meant. This would be outstanding. |
Can we add notes to the streamed file based on the notifications we're already collecting? Does mp3 support that? Can we automagically trim commercials? ;) |
What do you mean by notes in the file? If you mean several files based off the notifications well that was originally off the table since there was a big delay in the notifications, but it might be worth while looking into now that we scrape directly from the source. |
Notes -- lyrics tags or something? But yeah, slices of the file made from notifications would be cool (as long as each "episode" is getting its own directory). That would be awesome. And yeah, I got the idea reading your changelog and noticing that you're farming the notifications directly from Sirius' servers. |
I've added some inital support for recording Sirius streams to files here: fb5a61b8610586eb16f1 By default it saves recordings to ~/pyxis but this and the mplayer recording options can be modified in the pyxisrc config file. To record a stream to a file add --record to the command line:
Saves to ~/pyxis/howard101_2010-08-06_23-31-23.wav |
Wow, that's great. The joys of Open Source, I spend a while thinking how to do something and it gets done for me :P |
I believe the recording functionality is currently broken in the latest release. My apologies if this is user error. A big thank you to Kasuko and everyone else working on this fantastic, wonderful project!!! ~$ pyxis --record "howard 100" |
Ok, it was never added to the Config sanity check. I believe running pyxis --setup again will fix this issue, and I will add it to the sanity check. |
That did it - thank you! |
It would be nice if Pyxis could record a stream to a file (this is easy with mplayer and I've hacked my local sipie to do this, though I'm only recording the raw stream -- mp3 encoding would be superior), optionally.
It would also be nice if Pyxis could be set to record certain shows/channels at certain times (ie., I might like to record Howard Stern 100 from 3AM-9AM Pacific time, M-F). This is a major wishlist item, of course (maybe should be a separate issue?).
The text was updated successfully, but these errors were encountered: