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 - Hanna

Pages: 1 2
16
Polls / Re: Last.fm Usage
« on: November 15, 2022, 11:19:04 AM »
Not using Last.fm. They did something I didn't like, don't remember what.
On rare occassions I turn on a USA proxy and listen to Pandora, for discovering new music.

17
I discovered that the Store version is installed somewhere in the Windows Dir. So it's installed in a different place than the Full install.
I've always avoided using Store, so was a bit inexperienced and didn't realise I had two separate versions of MusicBee that were using the same settings!
I had installed the Full first, and then I foolishly thought I'd upgraded with the Store version.
So, what I'm saying is that this could confuse people. Maybe either go full Store, or skip it altogether.

Portable apps have never really been my thing. I've not really had a situation where I needed it. You can always copy over the user settings folder if you need to migrate or whatever.

18
Polls / Re: POLL: Location
« on: November 15, 2022, 11:09:25 AM »
I'm physically in Eastern Europe at the time of writing, but I'm from "Western" Europe (Scandinavia).

19
It's a BRAND, isn't it?   Sure, some stylised output of a Design bureau or wizard might be more esthetic, but I respect the original choice of whoever wrote the software and clearly liked the symbolism of bees.

20
Polls / Re: POLL: Your Age
« on: November 15, 2022, 11:06:17 AM »
There is an entire generation that grew up AFTER filesharing was choked and who think that anything with a steeper learning curve than pressing 2 buttons is too much hassle. 
People who unfortunately aren't willing to read anything longer than a tweet and with the attention span of a tiktok video.

I realise there are exceptions of course, but this is the problem for IT...  I know 'cause I work with it...   
The more you dumb things down, in IT,  the bigger a hit it will be, sadly.

People also don't realise that anything in "The Cloud" can be lost the minute your account is shut down, in an outage or for a number of other reasons.

My view on all this was cemented during the height of the fileshring era.


21
General Discussions / Best Setup for Music and Audiobooks, on Android?
« on: November 15, 2022, 10:49:53 AM »
Hey all!   I wanted to ask for tips and inspiration about how to turn my Android into a machine of local content (Audiobooks and Music) like my old iPod from back in the day.

Quote
I had an iPod that was modded to take 500 GB.  It had an insane library of Audiobooks, podcasts and Music. The books were a combo of MyAnonamouse + bought and converted Audible. Sharing is caring.

Everything was very neatly set up.
I could navigate Fiction or None Fiction books, with subcategories of different non-fiction topics and different genres of Fiction.
Same for Music, with genres of anything from Classical to Rap
I even had a collection of ASMR, for sleeping on planes or trains.

I like my content locally, available without an internet connection.  

MusicBee seems to be able to do absolutely everything that I got from iTunes, locally on the PC.
But minus the evil corporation BS from Apple. What's not to love!  I adore it! I really like the community too, helpful cool people.  :-*


So what's the ultimate setup? Once you are done organising everything in MusicBee, How do you sync it to your Android?

What Apps do you use and how do you sync, in order to get a well-organised collection?  

I just added a 500 MB SD card to my Android (would have done 1 TB, but they didn't have any in the shop...). I'm ready to transfer but where do I start?

22
Questions / Re: Display length of my Audiobooks in HH:MM:SS
« on: November 10, 2022, 12:33:47 PM »
Beautiful!  Big thanks Hiccup!  It works!!!  (after upgrade to Beta 3.5)     :-*     So I guess it worked for Fox because he too had 3.5 whereas I had got the latest official release, 3.4
Yes, his version will probably work for you now too.
(I think it pads the time to always use a 00:00:00 format)

some explanation on this:
Both formulas use the $Mod function, which was added to MusicBee pretty recent.
Before that you needed to have the Additional Tagging & Reporting Tools plugin installed to use it.
(many users have)
Thanks for taking the time to explain! Seems like that was a powerful function added.  It would have taken me DAYS probably, to get that code right (i.e. it would never have happened) so I'm very grateful!

I actually HAD Additional Tagging, something installed, however I wasn't able to to figure out how to use it....
It's perfect now though!
I'm going to edit the name of the column and do some voodoo with the file tags later today.

Next, I'll configure MusicBee to sync to Android, and set up Smart Audiobook Player to work with this collection... And see if I can find some really good Music Player that works well with MusicBee....

Anyway, I'm so encouraged about getting help here, and finding a solution to the first glitch. I'm really liking MusicBee so far.

23
Questions / Re: Display length of my Audiobooks in HH:MM:SS
« on: November 10, 2022, 12:15:39 PM »
Try this?:

Code
$If($Div($Split(<Time>,:,1),60)<1,<Time>,$RoundDown($Div($Split(<Time>,:,1),60),0):$Pad($Mod($Split(<Time>,:,1),60),2):$Split(<Time>,:,2))
(this needs a recent 3.5 version of MusicBee to work)

Beautiful!  Big thanks Hiccup!  It works!!!  (after upgrade to Beta 3.5)     :-*    So I guess it worked for Fox because he too had 3.5 whereas I had got the latest official release, 3.4

Now it works!   I'll muck around a bit more with all this later today, but my initial problem is solved.
Next challenge is to figure out a good way to sync music and books with some Android apps.

Here is what it looks like now. For what it's worth, I think this behaviour is better than displaying minutes in the 100s or 1000s.   People prefer Time and Duration in Hours and minutes, for anything above 1 hour.




24
Questions / Re: Display length of my Audiobooks in HH:MM:SS
« on: November 10, 2022, 11:38:06 AM »
I'm almost there !!!     :-*
Thank you Fox!!

The calculation comes out a bit wrong for me, that's all. It looks like it's working for Fox63, so it's probably me that's doing something wrong. I'm trying to figure it out now, but I'm not as fast as you...

a screenshot showing where you are wanting to change the format will help people respond
Based on Steven's comment, I will clarify with two screenshots.

From itunes, see column TIME.
That is how I want it in MusicBee too, because it looks better if broken down into hours, for longer durations.
I.e. the duration displayed in Hours (hh:mm) if the duration is more than 59.59 minutes.



Here is what MusicBee looks like, after I implemented the code from Fox63.



As you can see, both Time and Album duration are displayed in minutes. It's not optimal for longer files.
(The Album Duration figure seems to do a clever calculation that includes everything else labelled with the same Album Name. Very nice and I don't think iTunes even does that. )

As you can see, it's almost there. Fox's explanation really helped me, I was feeling really overwhelmed when I looked at this late at night...

There is just something minor left now, with the calculation.


Could be at my end, because it looks like it's working for Fox63.

I discovered that both Time and Album Duration are String fields. I thought they'd be numerical or some Time format.
Once it's working correctly, I'll do dynamic custom fields based on this calculation for both Album Duration and Time. It's very nice and one up on iTunes!

For the code provided above. I simply did a replace for the Italian words, with "Time". Now it looks like this.

Code
$If($Div($Split(<Time>,:,1),60)<1," 00 : "$Pad($Split(<Time>,:,1),2)" : "$Pad($Split(<Time>,:,2),2)," "$Pad($RoundDown($Div($Split(<Time>,:,1),60),0),2)" : "$Pad($Mod($Split(<Time>,:,1),60),2)" : "$Split(<Time>,:,2))

Hope I'm being clearer and sorry if my thread wasn't optimal at start! :)  
Actually, MusicBee looks snazzier than iTunes!  just got to tweak it a bit... The learning curve is higher, that's all. It's not for n00bs and dummies!! tihi...
  :-*

25
Questions / Re: Display length of my Audiobooks in HH:MM:SS
« on: November 10, 2022, 08:37:06 AM »
I have created a virtual field with this script.
The name of the field must be translated into the language in use.

Code
$If($Div($Split(<Durata album>,:,1),60)<1," 00 : "$Pad($Split(<Durata album>,:,1),2)" : "$Pad($Split(<Durata album>,:,2),2)," "$Pad($RoundDown($Div($Split(<Durata album>,:,1),60),0),2)" : "$Pad($Mod($Split(<Durata album>,:,1),60),2)" : "$Split(<Durata album>,:,2))

Thank you Fox!! :-*   That is impressive!  I see from the logic, what you have done, roughly - very elegant!   I'm using Music Bee in English, so I'll just change the "Album Duration" or whatever that field is.
Once I've implemented it, I'll post a screenshot to show you what it looks like, for a big audiobook collection like mine. :)

Please would you mind giving me a hint about WHERE to add this code?

I'm new to MusicBee... both the files, paths and interface. I feel completely lost.
I googled extensively to try to find the answer myself, but I did not find it...

26
Questions / Re: Display length of my Audiobooks in HH:MM:SS
« on: November 10, 2022, 05:49:52 AM »
Before going any further, I STRONGLY suggest you update MB as the issue may have already be addressed. The version you're using is four years old.

It's always best practice that before anyone reports what may be a bug, or a request for a new feature, that they use the most current version.
i

I understand and had of course tried to upgrade -- it was a case of confusion regarding Store app vs regular app.
I have now again upgraded and the problem remains.Very long durations are displayed as minutes, i.e. 310 minutes, instead of 5:10:00

27
Questions / Display length of my Audiobooks in HH:MM:SS
« on: November 09, 2022, 09:35:01 PM »
I just started using MusicBee.
I noticed that duration of a track is always displayed in minutes, which is unsuitable if the number of minutes is more than an hour.
Is there a setting I can change or a different column to choose to get the time for long mp3s or m4bs to display in hours instead of minutes?

There is a long and very complex forum post and explanation of how to achieve this by modifying tags in a plugin.
I installed the plugin mentioned (ATT) and had an quick attempt. However, there are no real explanations/instructions and I don't understand the steps required to achieve the goal. I don't want to spend hours with trial-and-error for such a simple/basic thing.

Is there an easy way now, to change 600 minutes into 10 hours? Something I can achieve quickly without spending several days, like the guy who asked the question did? Or a step-by-step guide to follow?
The ATT plugin is too complicated, I don't understand how to use it.


MusicBee v3.2.6902.32258 (Win10.0), 9 Nov 2022 23:41:

System.IO.IOException: The process cannot access the file 'C:\Users\Hanna\AppData\Roaming\MusicBee\ASR Presets\85f0a00e-6d94-4ea2-8a41-e7ee73427121.ASR Preset.xml' because it is being used by another process.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.File.InternalDelete(String path, Boolean checkHost)
   at System.IO.File.Delete(String path)
   at MusicBeePlugin.AdvancedSearchAndReplaceCommand.saveSettings()
   at MusicBeePlugin.AdvancedSearchAndReplaceCommand.buttonCancel_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Pages: 1 2