MCPcopy Index your code
hub / github.com/listen1/listen1

github.com/listen1/listen1 @v1.0 sqlite

repository ↗ · DeepWiki ↗ · release v1.0 ↗
202 symbols 616 edges 33 files 35 documented · 17%
README

Windows Build Readme

准备

  1. 包含pyinstaller和PySide的pip环境

  2. wix (windows打包工具)

方法

  1. 用pyinstaller生成dist文件

  2. 用heat命令对dist下的文件生成wix的fragment文件 heat dir "Listen 1" -cg "projectFiles" -ag -out projectFiles.wxs

  3. 修改生成projectFiles.wxs里的安装路径,把TARGETDIR替换为实际目录,比如ProgramFilesFolder move projectFiles.wxs ./Listen 1

  4. candle编译wxs candle.exe listen1.wxs candle.exe projectFiles.wxs

  5. light编译wxobj light.exe listen1.wixobj projectFiles.wixobj -o c:\listen1.msi

注意事项

  1. 避免在有中文的路径下运行,可能导致文件找不到

Core symbols most depended-on inside this repo

get
called by 17
listen1/logconfig/dictconfig.py
pop
called by 14
listen1/logconfig/dictconfig.py
get
called by 13
listen1/handlers/home.py
shared_instance
called by 11
listen1/models/playlist.py
h
called by 10
listen1/replay/replay.py
_ne_h
called by 7
listen1/replay/netease.py
convert
called by 6
listen1/logconfig/dictconfig.py
_xm_h
called by 6
listen1/replay/xiami.py

Shape

Method 86
Function 81
Class 35

Languages

Python97%
TypeScript3%

Modules by API surface

listen1/logconfig/dictconfig.py30 symbols
listen1/trayshell/shell_pyside.py17 symbols
listen1/replay/netease.py17 symbols
listen1/replay/douban.py17 symbols
listen1/handlers/douban.py17 symbols
listen1/handlers/playlist.py16 symbols
listen1/models/playlist.py14 symbols
listen1/replay/xiami.py12 symbols
listen1/replay/qq.py12 symbols
listen1/logconfig/logconfig.py9 symbols
listen1/handlers/trackfile.py7 symbols
listen1/media/js/app.js6 symbols

For agents

$ claude mcp add listen1 \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact