Giter Club home page Giter Club logo

Comments (8)

YXL76 avatar YXL76 commented on July 21, 2024 1

image
image
为什么配置了mpv路径还会报不存在?

请你完成以下步骤:

  1. cmd中输入你填写的路径,检查是否能打开mpv
  2. 确认路径无误后重启VS Code,再次查看是否能播放

如果还是不能播放,请告诉我你的mpv版本。如果可以的话,可以尝试一下vlc是否也有此问题

from cloudmusic-vscode.

YXL76 avatar YXL76 commented on July 21, 2024 1

那应该就没问题了,mpv部分版本不能播放是上游的问题,我也在等更新,现阶段还是用vlc比较好

from cloudmusic-vscode.

oneness0 avatar oneness0 commented on July 21, 2024

image
image
为什么配置了mpv路径还会报不存在?

请你完成以下步骤:

  1. cmd中输入你填写的路径,检查是否能打开mpv
  2. 确认路径无误后重启VS Code,再次查看是否能播放

如果还是不能播放,请告诉我你的mpv版本。如果可以的话,可以尝试一下vlc是否也有此问题

mpv 0.32.0-572-g8fbc4b1737 Copyright © 2000-2020 mpv/MPlayer/mplayer2 projects
built on Sun Jul 5 08:56:26 +08 2020
FFmpeg library versions:
libavutil 56.55.100
libavcodec 58.94.100
libavformat 58.48.100
libswscale 5.8.100
libavfilter 7.86.100
libswresample 3.8.100
FFmpeg version: git-2020-07-04-04e06beb0

1.cmd中能打开mpv
2.稍后我试试vlc

from cloudmusic-vscode.

oneness0 avatar oneness0 commented on July 21, 2024

vlc可以

from cloudmusic-vscode.

YXL76 avatar YXL76 commented on July 21, 2024

vlc可以

我在三台电脑上都无法复现,所以我写了一个代码片段,如果可以的话,请你帮忙测试返回是否为true。以此来确定是否是上游的问题。

先安装command-exists

const commandExistsSync = require("command-exists").sync;

const mpvPath = "path/to/mpv";

console.log(commandExistsSync(mpvPath || "mpv"));

from cloudmusic-vscode.

oneness0 avatar oneness0 commented on July 21, 2024

vlc可以

我在三台电脑上都无法复现,所以我写了一个代码片段,如果可以的话,请你帮忙测试返回是否为true。以此来确定是否是上游的问题。

先安装command-exists

const commandExistsSync = require("command-exists").sync;

const mpvPath = "path/to/mpv";

console.log(commandExistsSync(mpvPath || "mpv"));

image

from cloudmusic-vscode.

YXL76 avatar YXL76 commented on July 21, 2024

好的。不过目前我对该BUG的原因还没有任何想法

from cloudmusic-vscode.

oneness0 avatar oneness0 commented on July 21, 2024

就这样吧, 不知为何现在我再切换到mpv, 不会报Player is unavailable了, 但就是不能播放, 点播放没反应

from cloudmusic-vscode.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.