
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
Mythtv frontend control socket bindings.
Add this line to your application's Gemfile:
gem 'mythtvremote'
And then execute:
$ bundle
Or install it yourself as:
$ gem install mythtvremote
frontend = Your frontend ip as a string port = integer (default = 6546 ) action = string ( action from the list) number = optional option when the action requires it
Mythtvremote::remote('192.168.1.10',6546,'play')
Mythtvremote::remote('192.168.1.10',6546,'volume',30)
##Jump points
channelpriorities ==> Channel Recording Priorities channelrecpriority ==> Channel Recording Priorities deletebox ==> TV Recording Deletion deleterecordings ==> TV Recording Deletion flixbrowse ==> Netflix Browser flixhistory ==> Netflix History flixqueue ==> Netflix Queue guidegrid ==> Program Guide livetv ==> Live TV livetvinguide ==> Live TV In Guide mainmenu ==> Main Menu managerecordings ==> Manage Recordings / Fix Conflicts manualbox ==> Manual Record Scheduling manualrecording ==> Manual Record Scheduling musicplaylists ==> Select music playlists mythgallery ==> MythGallery mythgame ==> MythGame mythmovietime ==> MythMovieTime mythnews ==> MythNews mythvideo ==> MythVideo mythweather ==> MythWeather playbackbox ==> TV Recording Playback playbackrecordings ==> TV Recording Playback playdvd ==> Play DVD playmusic ==> Play music previousbox ==> Previously Recorded progfinder ==> Program Finder programfinder ==> Program Finder programguide ==> Program Guide programrecpriority ==> Program Recording Priorities recordingpriorities ==> Program Recording Priorities ripcd ==> Rip CD ripdvd ==> Rip DVD statusbox ==> Status Screen videobrowser ==> Video Browser videogallery ==> Video Gallery videolistings ==> Video Listings videomanager ==> Video Manager viewscheduled ==> Manage Recordings / Fix Conflicts
Mythtvremote::remote('192.168.1.10',6546,'videolistings')
##Playback options
chanup ==> Change channel Up chandown ==> Change channel Down volume [number] ==> Change the volume to % number channum [number] ==> Change to a specific channel number chanidnum [number] ==> Change to a specific channel id (chanid) beginning ==> Seek to the beginning of the recording forward ==> Skip forward in the video backward ==> Skip backwards in the video pause ==> Pause playback play ==> Playback at normal speed stop ==> Stop playback menu ==> Playback menu
Mythtvremote::remote('192.168.1.10',6546,'play')
##Navigation
up ==> Key up down ==> Key down right ==> Key right left ==> Key left back ==> Key back enter ==> Key enter spacebar ==> Key spacebar backspace ==> Key backspace
Mythtvremote::remote('192.168.1.10',6546,'up')
##Keys
from a to z from A to Z from 0 to 9 symbols : #,$,%,&,(,),*,+,-,.,/,:,;,<,=,>,?,[,],.
Mythtvremote::remote('192.168.1.10',6546,'a')
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that mythtvremote demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.