Resource icon

netease-qq-now-playing 2.1

Supported Bit Versions
  1. 32-bit
  2. 64-bit
Minimum OBS Studio Version
24.0.0
Supported Platforms
  1. Windows
A Python Script for Obtaining Song Titles/Artists from [NetEase Cloud Music] Based on Process Class Lookups

Requirements:
  • Windows 10/11
  • Python > 3.8.0
  • win32gui latest
    Code:
    pip install pywin32
  • Netease Cloud Music or QQMusic (background OK, minimized OK, tray NOT OK)
Usage:
  1. Download this script
  2. Set Your Python Path in OBS - Tool - Script - Python Settings
  3. Add a Text (GDI+) source in your scene
  4. Load the script, fill and change parameters as you like, set the source to the text added just now
  5. (IF U CANT see the text source you like, refresh(reload) the script)
  6. It should be working
Exceptions:
  1. No output? First Check Requiremet, then the Script Output and see if its not working well.
  2. rename the script and try to delete and load manually, this is cause by the python cache.
More... :
  1. Linux and Mac OS is not tested, need modification to the script.

1716751550426.png
Author
NSLC
Downloads
622
Views
1,784
First release
Last update
Rating
0.00 star(s) 0 ratings

Latest updates

  1. Fix TypeError: in method 'obs_source_release', argument 1 of type 'obs_source_t *'

    Sorry for the mistake
  2. +QQ Music Match

    some errors now show in script output info, instead of popping error window script name might...
Top