Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - LR7

Pages: 1
1
Tips and Tricks / Re: MusicBee 3 with Wine and dual boot
« on: November 03, 2019, 11:17:39 AM »
Changing the temp directory seems to work, at least for me
How to set a custom Temp folder

You can make MB use a custom temp folder instead of the default Windows Temp folder when your C drive doesn't have enough free space for a task you're about to perform. Add the following with the proper path into MusicBee3Settings.ini file.

Code
<ENV_TempFolder>E:\temp</ENV_TempFolder>

2
Questions / Re: MusicBee for Linux (ubuntu)
« on: October 25, 2019, 11:27:46 PM »
Changing the temp directory seems to work, at least for me since some hours
How to set a custom Temp folder

You can make MB use a custom temp folder instead of the default Windows Temp folder when your C drive doesn't have enough free space for a task you're about to perform. Add the following with the proper path into MusicBee3Settings.ini file.

Code
<ENV_TempFolder>E:\temp</ENV_TempFolder>


3
Tips and Tricks / Re: MUSICBEE 3 WITH WINE AND DUAL BOOT !!!!
« on: October 25, 2019, 09:05:56 AM »
The file exist error also happens if I want to edit a file in any way, for example change the rating. Sometimes I have to wait a few seconds after playing another file and it will write, often enough not. I tried switching off and on several settings, analyzed the tags and mp3 files for error with eyed3, mp3val, mp3 Diags and mp3tag - no clue.

4
Questions / Re: MusicBee for Linux (ubuntu)
« on: July 24, 2019, 10:12:21 PM »
Still got no clue why it happens. Especially annoying while rating tracks. Workaround for general tagging problems:
Send to mp3tag
X:\.wine\drive_c\Program Files\Mp3tag\Mp3tag.exe

And do not forget to clean
/home/user/.wine/drive_c/users/besitzer/Temp

from time to time. Much garbage there

5
Questions / Re: MusicBee for Linux (ubuntu)
« on: May 23, 2019, 10:11:31 AM »
@moment

I suggest to start over with a new WINEPREFIX, it has to 32-bit.

@shepard

Do you see the cover artwork in other views? I would try to clean the cover cache, rebuild library, check settings about reading artwork, check the artwork itself... that stuff. Sorry, no real idea.

6
Questions / Re: MusicBee for Linux (ubuntu)
« on: April 11, 2019, 07:09:09 PM »
To show your files in filemanager:

Musicbee settings->Tools:

Name: explorer.exe

Path: Z:\home\username\.wine\dosdevices\c:\windows\explorer.exe

Parameter: "<Path>"



Then use in musicbee "send to" explorer.exe

Better then nothing, I guess. Would like to know how to open the files in your native linux file manager...

7
Questions / Re: MusicBee for Linux (ubuntu)
« on: April 10, 2019, 01:58:17 PM »
Thank you very much! I tried several times during the years. Now it's working for me too on Linux Mint 19.1 Cinnamon (Ubuntu 18.04).

Code
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
sudo apt update

sudo apt install --install-recommends winehq-stable
sudo apt install winetricks

rm -r ~/.wine
WINEARCH=win32 WINEPREFIX=~/.wine wine wineboot

wine  ~/Downloads/MusicBeeSetup_3_2_Update3.exe
(install mono, install gecko during setup)

Code
winetricks -q dotnet45 mfc42 xmllite gdiplus d3dx9 vcrun2008 wmp10

winecfg
(to win10)
In musicbee settings: Player Output - DirectSound, Soundcard - Pulseaudio

8
 :)  I am very interested in a dynamic-automated solution!

9
Thank you - I will do it so. I tried to set it up automated with formulas, but my knowledge of that is too limited.

10
If there is one highly rated album in the discography of an artist, but the rest are unrated I assume that the unrated [unknown] are also good and want to display or queue them somehow. All "good" artists from the whole collection! The collection has 44.634 unrated tracks and I simply forgot many good stuff in the last three decades. I set up many auto playlists to dig through in different ways, and that would be a very time saving and rewarding one. Did I explain it better this time?

11
Sure! How is it possible to catch unrated albums from "good" artists? I do not get it.

12


What is the way to do this?



Album "Blood on ice" received a good album-rating, the others are unrated. Artist "Bathory" should get automatically the tag "good artist", so I don't miss the good stuff in my almost unrated music collection.

Pages: 1