SkillAgentSearch skills...

MarantzIP

Marantz AVR IP Control Python Library

Install / Use

/learn @joshualyon/MarantzIP
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Usage Instructions

  1. Navigate to the directory containining the Marantz.py file
  2. Open the Python Shell
  3. Import the Marantz library
  4. Instantiate a copy of the IP (control) class
  5. Issue commands

Example

    import Marantz
    # setup the AVR object using your AVR IP
    avr = Marantz.IP("192.168.1.XX") # replace with your AVR IP
    # test connectivity
    avr.connect() # if you get an error, double check the IP
    # send a command
    avr.get_source()

Note: The connect() method does not need to be explicitly called. Each command should check its own connectivity.

Related Skills

View on GitHub
GitHub Stars11
CategoryDevelopment
Updated11mo ago
Forks5

Languages

Python

Security Score

67/100

Audited on Apr 30, 2025

No findings