Tag view issues - help requested! - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: Tag view issues - help requested! (/showthread.php?tid=5158) |
RE: Tag view issues - help requested! - 5-pot-fan - 11-01-2022 (11-01-2022, 09:44 AM)Nutul Wrote:(11-01-2022, 07:41 AM)5-pot-fan Wrote: Thanks for the various replies and suggestions. Hi, At present I can only view the tags using MP3Tag-Extended tags. This indicates that the type of tags is ID3v2.3 - RIFF ID3v2.3, and that I am using fields Album and Artist in most cases, plus also Title and Track in others. Is there a more informative way I can provide this information if I cannot provide the tracks (on size grounds)? RE: Tag view issues - help requested! - Tim Curtis - 11-01-2022 (11-01-2022, 07:41 AM)5-pot-fan Wrote: Thanks for the various replies and suggestions. If the files are whole CD or LP rips and there is no "track" tag in the file there needs to be an associated .cue file that defines the tracks otherwise the file won't show up in the Library. The fix is to recreate or restore the .cue file and was discussed in post https://moodeaudio.org/forum/showthread.php?tid=5158&pid=43498#pid43498 This behavior was introduced in 8.2.1 to allow cue/flac,wav,aiff to show up correctly in the Library. Normally whatever utility thats used to create the audio file will also have an option to create the .cue file. ETA: I should mention that if a .cue file is not possible then add the "track" tag to the file with a value of "1". RE: Tag view issues - help requested! - Nutul - 11-01-2022 (11-01-2022, 10:40 AM)Tim Curtis Wrote: This behavior was introduced in 8.2.1 to allow cue/flac,wav,aiff to show up correctly in the Library. Hi Tim, if this is the "check for .flac / .wav / .aiff / etc." to avoid a "fake album header" that I've seen in the code, it can be fixed; if not (as I believe, seeing this check is only performed in the folder view...) then, I cannot figure out where the problem lies; can you point me to? Cheers, Al. RE: Tag view issues - help requested! - Nutul - 11-01-2022 @5-pot-fan, you can try to upload 3 or 4 of your wav's here (let me know if you encouter some restrictions, but it should be ok) https://drive.google.com/drive/folders/1LtT2qXoCHdH-gtsVArpOaefXXJKr_a2k?usp=sharing Cheers, Al. RE: Tag view issues - help requested! - Tim Curtis - 11-01-2022 (11-01-2022, 11:43 AM)Nutul Wrote:(11-01-2022, 10:40 AM)Tim Curtis Wrote: This behavior was introduced in 8.2.1 to allow cue/flac,wav,aiff to show up correctly in the Library. Actually it's in var renderSongs = function(albumPos) and so for Tag/Album views. RE: Tag view issues - help requested! - Nutul - 11-01-2022 (11-01-2022, 11:53 AM)Tim Curtis Wrote: Actually it's in var renderSongs = function(albumPos) and so for Tag/Album views. Now I'm somehow busy with an online-banking program, but in half an hour I'll be free, and will look into it. Thanks. Cheers, Al. RE: Tag view issues - help requested! - TheOldPresbyope - 11-01-2022 (11-01-2022, 10:05 AM)5-pot-fan Wrote: Hi, WAV files are a kind of RIFF file (Google is your friend if you're interested in the nitty gritty details). A free command line tool akin to mediainfo which is available for Linux, Mac, and Windows OSes is exiftool Here's the output from this tool when I ran it in Win10 on a WAV file with metadata that I constructed for testing purposes (it's a synthesized C4 tone) Code: C:\Users\Kent\Downloads\exiftool-12.49>.\exiftool.exe S:\metatestC4.wav This tool recognizes a phenomenal number of media types, far beyond the audio files we work with. There's enough material on the site to make my eyes glaze over. Since ID3 is a scheme which uses specialized tag ids there's a section on the site which explains the exiftool mapping (https://exiftool.org/TagNames/ID3.html). Example: you won't find the string "Album" in the ID3 tag; instead you'll find a "TAL" id. Regards, Kent RE: Tag view issues - help requested! - 5-pot-fan - 11-01-2022 My findings so far: After 2 full data rebuilds (disk unplugged, library regenerated etc) and at least 6 Library Rebuilds following minor test changes:- All Wav files created via Audacity, and which have no data in the Title tag, and also have no cue files associated with them, now appear once each in the Playback view. These files (full albums) do not display any individual track data as none was extracted at source (Audacity), and this is OK with me, at least for now. Basically, back to the situation as in 8.0.2 Why some files/albums did not show in the Playback list earlier I do not know. I did more than 1 set of rebuilds/tag cache clearances/ regenerations before my initial post but will put the problem down to user error. Having read about the changes made to Moode after 8.0.2 I am happy to show this issue 'solved', and will not take up anyones time by posting files, etc. My thanks to those who have responded previously – it prompted me to keep looking at the very least, and I will look at some of the tools referred to by some of you. Thank you again. (I do have another query but that will be posted as a new thread) RE: Tag view issues - help requested! - DRONE7 - 11-01-2022 (11-01-2022, 04:33 PM)5-pot-fan Wrote: All Wav files created via Audacity, and which have no data in the Title tag, and also have no cue files associated with them, now appear once each in the Playback view. These files (full albums) do not display any individual track data as none was extracted at source (Audacity), and this is OK with me, at least for now. Basically, back to the situation as in 8.0.2 I assume these are LP 'rips' and recorded as A and B sides. I have had reasonable success obtaining tags and artwork for albums by joining the A and B sides as one file after carefully cutting any extra length so as to match as closely as possible the total playing time as shown on the album. Then using wavbreaker (in Linux) splitting the tracks to individual files again trying to maintain correct timings. Finally using the fingerprint lookup in MusicBrainz will often return useful tags for the album tracks. Ymmv. RE: Tag view issues - help requested! - 5-pot-fan - 11-02-2022 (11-01-2022, 06:28 PM)DRONE7 Wrote:(11-01-2022, 04:33 PM)5-pot-fan Wrote: All Wav files created via Audacity, and which have no data in the Title tag, and also have no cue files associated with them, now appear once each in the Playback view. These files (full albums) do not display any individual track data as none was extracted at source (Audacity), and this is OK with me, at least for now. Basically, back to the situation as in 8.0.2 Thanks for this info. I will come back to your suggestions at a later date - perhaps when doing my next set of rips. Cheers |