16
Questions / Re: Problem with m4a and mp4 files
« on: October 15, 2018, 12:04:47 AM »
thanks for taking the time steven and sevakul, it works..!
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.
Format : dash
Codec ID : dash (iso6/mp41)
File size : 4.59 MiB
Duration : 5 min 3 s
Overall bit rate : 127 kb/s
Encoded date : UTC 2018-09-18 09:02:39
Tagged date : UTC 2018-09-18 09:02:39
Audio
ID : 1
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : mp4a-40-2
Duration : 5 min 3 s
Bit rate : 126 kb/s
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 44.1 kHz
Frame rate : 43.066 FPS (1024 SPF)
Compression mode : Lossy
Stream size : 4.54 MiB (99%)
Language : English
Encoded date : UTC 2018-09-18 09:02:39
Tagged date : UTC 2018-09-18 09:02:39
Hi Music Noumon, thanks for the positive suggestions and donation. MusicBee is a hobby for me, and I am not doing MusicBee to make money although I appreciate donations to cover the costs. I have signed onto the Apple affiliate program as it provides useful functionality to MusicBee users but these programs bring in next to nothing in revenue as it seems very few people buy music this way.
Looks like I omitted
width="0"
after widthDock attribute in the example code. It seems it's working fine for now without it (probably because the omitted value is zero) but the syntax is not correct anyway.
Why not just use the existing #List block instead of creating a new block?CodeYou could do the same for the time element.<element type="Field" id="Title" xAnchor="#List.5" x="0" yAnchor="#List.52" y="0" align="center" widthDock="x:#List.95" font="Roboto Condensed" style="Regular" size="28" fg="240,240,240" mouseOverFg="200,255,200"></element>
<element name="#NowPlaying" type="Block" xAnchor="Panel.Left" x="700" yAnchor="Panel.Bottom" y="-75" align="Middle.Left" widthDock="Panel.Width.0" width="0" heightDock="Panel.Width.43" height="0" bg="0,0,0,0" />
<element type="Field" id="Title" widthDock="x:#NowPlaying.0" width="0" yAnchor="#NowPlaying.5" y="5" align="center" font="Roboto Condensed" style="Regular" size="28" fg="240,240,240" mouseOverFg="200,255,200"></element>