Resource icon

netease-qq-now-playing 2.1

NSLC

New Member
NSLC submitted a new resource:

netease-now-playing - netease music now playing title

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 Music playing (background OK, minimize 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...

Read more about this resource...
 

Clement Levi

New Member
I have problem loading text sources, which the script loaded correctly and the option won't show up... and raising issues as well. Why not offering a github repo for this plugin so that someone like me can mend to it?
 

Clement Levi

New Member
And I have already fixed this problem like GDI text is now a "text_gdiplus_v3" type but current version of script does not offer such matching pattern. I don't know when OBS has changed this api and feeling not very in to look into this change. Anyway it's working now.
But no repo, I can't push the fixed script with file diff. I may have to leave it here instead.

已经修好了,问题出在新版本OBS改了GDI文本类型为"text_gdiplus_v3",但这个版本的脚本没有匹配这条。不知道OBS什么时候改了这个,也不太想考究,反正是能用了。
但是啊,GitHub repo都不给一个,没法PR,干脆放这里算了。
 

Attachments

  • obs-netease-now-playing-en.py.txt
    5.1 KB · Views: 11
Top