lizipeng0013
deepin
2022-04-07 01:34 可以使用其它编辑音乐标签的软件代替,推荐两个:EasyTAG(Linux原生,应用商店有)、Mp3tag(Windows版,可通过Wine运行,和MusicTag差不多)
Reply Like 0 View the author
可以使用其它编辑音乐标签的软件代替,推荐两个:EasyTAG(Linux原生,应用商店有)、Mp3tag(Windows版,可通过Wine运行,和MusicTag差不多)
我试了下,MusicTag需要的.NET Framework 4.6.1安装了也没用,这个软件无法通过Wine运行
可以使用其它编辑音乐标签的软件代替,推荐两个:EasyTAG(Linux原生,应用商店有)、Mp3tag(Windows版,可通过Wine运行,和MusicTag差不多)
Foobar2000(Wine)也可以修改标签,支持添加歌词标签
Popular Ranking
ChangePopular Events
More
分别用deepin-wine6 和mono运行MusicTag:
maba@maba-PC:/data/home/maba/MusicTagv1.0.8.0$ mono MusicTag.exe
Unhandled Exception:
System.IO.FileNotFoundException: Could not load file or assembly 'System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.
File name: 'System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
[ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileNotFoundException: Could not load file or assembly 'System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.
File name: 'System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
maba@maba-PC:/data/home/maba/MusicTagv1.0.8.0$ mono -V
Mono JIT compiler version 5.18.0.240 (Debian 5.18.0.240+dfsg-3 Wed Apr 17 16:37:36 UTC 2019)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
TLS: __thread
SIGSEGV: altstack
Notifications: epoll
Architecture: amd64
Disabled: none
Misc: softdebug
Interpreter: yes
LLVM: supported, not enabled.
Suspend: preemptive
GC: sgen (concurrent by default)
maba@maba-PC:/data/home/maba/MusicTagv1.0.8.0$ WINEPREFIX=/home/maba/MusicTagv1.0.8.0 deepin-wine6-stable /home/maba/MusicTagv1.0.8.0/MusicTag.exe
wine version: 6.0
exception inside UnhandledException handler: (null) assembly:C:\windows\mono\mono-2.0\lib\mono\4.5\mscorlib.)l
[ERROR] FATAL UNHANDLED EXCEPTION: System.InvalidProgramException: Invalid IL code in MusicTagWinApp.Structs.ComposerProductStruct:IncludeMerchant (): IL_1a56: pop
at MusicTagWinApp.Structs.ComposerProductStruct..ctor (System.String[] args) [0x000ee] in
:0at (wrapper remoting-invoke-with-check) MusicTagWinApp.Structs.ComposerProductStruct..ctor(string[])
(mono不知道是什么时候安装上去,今天就按微软的教程装了NET Runtime 和SDK。)