Closed ghost closed 1 year ago
Acknowledgements
- [x] I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
- [x] I have written a short but informative title.
- [x] I have updated the app to latest version Latest.
- [x] I will fill out all
Current Behavior
Musify will never play downloaded song from / using other tools or app even the file music is mp3
Expected Behavior
It should play any local music regadless from where or what tools i use to download
Steps To Reproduce
- Open musify go to setting
- Change local music folder to folder contain music
- Try to play music that not downloaded using musify and musify refuse to play it
Musify Version
4.5.0
Operating System Version
Android 10
Additional information
Ss of musify refuse to load my music that downloaded using other tools beside musify
Hello, i use Android 12 and it plays even non-mp3 files. could you send me the logs to see why does it happen?
Acknowledgements
- [x] I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
- [x] I have written a short but informative title.
- [x] I have updated the app to latest version Latest.
- [x] I will fill out all
Current Behavior
Musify will never play downloaded song from / using other tools or app even the file music is mp3
Expected Behavior
It should play any local music regadless from where or what tools i use to download
Steps To Reproduce
- Open musify go to setting
- Change local music folder to folder contain music
- Try to play music that not downloaded using musify and musify refuse to play it
Musify Version
4.5.0
Operating System Version
Android 10
Additional information
Ss of musify refuse to load my music that downloaded using other tools beside musify
Hello, i use Android 12 and it plays even non-mp3 files. could you send me the logs to see why does it happen?
Aaaaaa dev how i can get the log? Without adb i hope
@NSTAdventure you need to use adb or have rooted device (idk non-root app logger). for me adb way sounds easier than root method
also check the latest version
The only way to not use adb is a rooted device like gokadzev said. App logger still requires adb to grant READ_LOGS permission for non rooted device. Adb using computer to device is actually really easy. I went through all this myself not long ago.
@NSTAdventure I'm super curious... if the newest version doesn't work, try old v2.0 and see if local and downloaded songs appear in app. So far this is the last version that worked for me. I can't be the only one.
@NSTAdventure Thumbs up... does that mean you tried old v2.0 and it worked for you?
@NSTAdventure Thumbs up... does that mean you tried old v2.0
Nope i give reaction sometime only to respond if i read and try to do what dev say 😄
and it worked for you?
Unfortunately still not working
Btw i love green icon color in these old release 😄
I'm not the dev, gokadzev is. I was just wondering if that older version would work for you like it worked for me. I apologize for the bad recommendation.
I'm not the dev, gokadzev is.
Ok sorry i thought you was dev too
I was just wondering if that older version would work for you like it worked for me. I apologize for the bad recommendation.
It's ok
Anyway is there a ADB app that can catch log in android? (Foss one i hope)
It's all good friend. I like to try to help people anyway I can but unfortunately sometimes it doesn't work out like I hoped, haha.
To help answer your question, Matlog is a great FOSS logcat reader. Of course logs work best for rooted devices because of system level access. If your device is non rooted you will need to do a simple adb command to grant access for the logcat app to read logs. You will only need grant access 1 time and then your good to go.
You will only need grant access 1 time and then your good to go.
Access granted what next?
Ok, after granting access with adb...when you open Matlog it'll ask you eveytime to allow one time access or don't allow. You can read the info to see why but hit allow. Now it'll load(sometimes it takes a few secs to kick in) and you'll start seeing it logging. It's insane, there's alot going on.
In the top bar you'll see pause(which controls play too) and a 3 dot dropdown menu with options. You can save logs as a zip file or txt file. I usually save logs as txt and send them to devs. You can also open saved logs and view them with Matlog.
Once you hit allow and it starts logging you can go open whatever app you need logs for and reproduce the issue. Matlog should log all the activity your doing. When your done hit pause in Matlog so it doesn't keep logging and save the log with whatever name you want to call it. Then send it to dev. (Matlog will save logs to Matlog folder in storage)
To be honest, I don't have much experience with log readers on device. I usually do adb logs with computer.
Adb logs with computer is pretty easy. Since you already have adb and know how to connect device with USB debugging to grant access to Matlog, I could easily walk you through adb logs on computer if you'd like?
Adb logs with computer is pretty easy. Since you already have adb and know how to connect device with USB debugging to grant access to Matlog, I could easily walk you through adb logs on computer if you'd like?
Setup donei just need to try figure out before catching any logs
Note: OEM rom may affect this
Issues revamped
Setup donei just need to try figure out before catching any logs
Note: OEM rom may affect this
Ok, you really only need to know step 3-5. But I included all steps just because...
adb devices
The output should tell you that your device is connected.
adb shell logcat > whatevertextyouwant.txt
Adb will instantly start collecting logs. After starting this command you can go open whatever app you need logs for and reproduce the issue.
@NSTAdventure Try to change the name of the music file, if it doesn't work then send me a logs.
@NSTAdventure
Try to change the name of the music file, if it doesn't work then send me a logs.
Adding to gokadzev's comment... You're issue was initially posted for v4.5.0. Gokadzev did come out with a newer release which includes a bunch of fixes for all devices. You can give that release a try and see if it's better for you.
Like gokadzev said, you may have to edit the filename of songs for them to appear in app. This works for me.
closing this issue because of no response, feel free to reopen it with the logs related to your problem
@NSTAdventure
Try to change the name of the music file, if it doesn't work then send me a logs.
Adding to gokadzev's comment... You're issue was initially posted for v4.5.0. Gokadzev did come out with a newer release which includes a bunch of fixes for all devices. You can give that release a try and see if it's better for you.
Like gokadzev said, you may have to edit the filename of songs for them to appear in app. This works for me.
I willing to giving logcat but my borrowed laptop will never want to working together to me
So i will provide log from matlog libre instead 2023-03-21-19-00-05.txt
@gokadzev
@NSTAdventure
Try to change the name of the music file, if it doesn't work then send me a logs.
Adding to gokadzev's comment... You're issue was initially posted for v4.5.0. Gokadzev did come out with a newer release which includes a bunch of fixes for all devices. You can give that release a try and see if it's better for you. Like gokadzev said, you may have to edit the filename of songs for them to appear in app. This works for me.
I willing to giving logcat but my borrowed laptop will never want to working together to me
So i will provide log from matlog libre instead 2023-03-21-19-00-05.txt
@gokadzev
Unfortunately there's nothing related to Musify in this logs.
Acknowledgements
Current Behavior
Musify will never play my specific music That already downloaded using others tools
Expected Behavior
It should play any local music.
Steps To Reproduce
Musify Version
4.5.0
Operating System Version
Android 10
Additional information
Ss of musify refuse to load "specific" of my downloaded music (from others sc)
Here music that it won't play on musify app https://file.io/9Q0klwiPbda5
Other music that stored locally on my devices regadless how i can download it are able to play in musify