Lines Matching refs:localPath
312 const localPath = constant
313 mediaExtra?.localPath ||
319 if (localPath && (await exists(localPath))) {
320 trace('本地播放', localPath);
321 if (mediaExtra && mediaExtra.localPath !== localPath) {
324 localPath,
328 url: addFileScheme(localPath),
330 } else if (mediaExtra?.localPath) {
332 localPath: undefined,
988 const localPath = getInternalData<string>(
992 if (localPath) {
993 const coverImg = await Mp3Util.getMediaCoverImg(localPath);
1001 const localPath = getInternalData<string>(
1006 if (localPath) {
1009 rawLrc = await Mp3Util.getLyric(localPath);
1015 const lastDot = localPath.lastIndexOf('.');
1016 const lrcPath = localPath.slice(0, lastDot) + '.lrc';
1056 localPath: urlLike,
1063 url: addFileScheme(musicItem.$?.localPath || musicItem.url),