2 Questions. #36
Replies: 16 comments 17 replies
-
Oh maybe you want the website for the Player. BRB https://jesusgod-pope666.info/uvpf.php#/?playlistId=16&videoId=46 He has all the files in the root for the Player in pieces although the main file normally used is one big file. You up for a look in the code?
|
Beta Was this translation helpful? Give feedback.
-
I do provide a module that can be integrated into other JavaScript projects. See https://github.com/hvianna/audioMotion-analyzer
You can simply create a |
Beta Was this translation helpful? Give feedback.
-
Yea I know you provide a module, but I'm not exactly a programmer just a newb that toys around with a little coding here and there, mostly the website stuff. But... Yea try and error sort of thing. I found the file that Tibi says the Code for the plugin is in - I'm not exactly sure how to change it and make it work. I need some help on those parts - I don't know if the script is connected to anything, you might be able to understand the code if I make a copy paste. BRB. oh wait... I'll just reply to the other thing. I tried doing the player.yourdomain.com but seems to still have issues reaching it, I will try to make some folders inside the music folder and see if it works. Anyway, here is the Code that runs the standard Visualizer, do bear in mind this is not open source app sadly, I tried deleting the file but then the player does not load, so clearly is something in it that must be needed or something to make the app run - the code is beyond me, but it is Javascript and you seem to be doing just fine with that :) : /**
}(window)); |
Beta Was this translation helpful? Give feedback.
-
oh wait a minute, there is a section in it called /* Spectrum visualizer */.... Oh my.... Maybe we just need to changed that and insert the other thing?..... i thought it was the whole file as such, I guess the rest needs to stay put. |
Beta Was this translation helpful? Give feedback.
-
I think this is the section where your plugin needs to be put and connected to the MediaPlayer, you have any suggestions and advice? :)
|
Beta Was this translation helpful? Give feedback.
-
I'll try try to delete this section from the file and see if the Player still runs without the Visualizer - if so, then your plugin "just" need a connection grab I guess for running? |
Beta Was this translation helpful? Give feedback.
-
http://am.jesusgod-pope666.info/ CLEARCLOSE |
Beta Was this translation helpful? Give feedback.
-
Yea at least this does not seem to work on the aM player, still can't find the music folder apparently. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Mayby aM player does not work because my host has a / and www before any of the domain folders in front?... |
Beta Was this translation helpful? Give feedback.
-
Seems when I remove the code for the equalizer Tibi's Media player stops working and does not load.... I don't even know where to start here. I would need some help for sure, you up for it? It would replace the standard : Anyway.... If you need the App to test, I could maybe buy a copy for you, but I'm not sure I can buy online anymore because of all this new digital evil wicked world. But clearly you can't test things out without the App itself. But if you have, I will have a look into it, if I can get another copy - but I might be blocked on my credit card. Sometimes it works sometimes not. I have not accepted the new Tyrannic evil digital push here in Denmark. And physical money is also being taken away more and more. So much nonsense. Anyway.... If you are up to it, I will look into it. I can toy around with little stuff and settings, but this is over my head for sure. |
Beta Was this translation helpful? Give feedback.
-
Would be nice if it could play mp4 files, I could not find them, so I changed them to m4a files and it found them but sadly could not play them. checked the codec and it was AAC. Not sure if you can do something about that - make it support more codecs or have an easy install for it or something. Might not be able to see the video, but it would be nice if you could at least hear them which I had hoped but sadly no. But whatever the case, it was a nice breakthrough to get it working loading the files :) I'll have to test it on Qortal as well, although don't expect it to work, but... we will see. But there still was this issue with the setting menu on Qortal, everything else seemed to work, but I did not further test things so there might be stuff. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
PHP is executed on the server side, so a .php script has direct access to the server hard disk and can easily read a directory and build a list of files inside the HTML it returns to the browser. audioMotion, on the other hand, is 100% JavaScript, so everything runs in the user browser - the server hosts the .js files, but doesn't execute them. In this case, the script (the browser) can't read the server hard disk directly, it needs to access the directories via HTTP to see what's inside them, that's why you need the directory listing enabled in the server. |
Beta Was this translation helpful? Give feedback.
-
By the way with your qualifications and already how far you are on things, you could actually make something like this in design and all based on Javascript: https://jesusgod-pope666.info/uvpf.php#/?playlistId=15&videoId=0 Now it could be on the side of the 80s player you have, like a fork of it or ingrained in it for a choice. Just an idea if you are bored or something - I did my thing in trying to set up the UVP player as I wanted, and chop off a lot of things that is not needed. You could make it a lot more userfriendly then the UVP player and just have what people needs out of the boks to make it easy to understand and setup and begin to use it without a lot of unneeded stuff. :) Or I guess you could make the playlist thing work like you already have it like the filebrowser with folders and files - anyway, just some ideas, I'm no coder I just know what i want from things as a user from the days of sanity. And it is really a battle getting things like you want it these days without a lot of madness. |
Beta Was this translation helpful? Give feedback.
-
I have the Ultimate Video Player, and I have just talked to the Programmer, the Visualiser details is in the FWDUVPAudioScreen.js - you think it would be possible to connect your script to the Media App replacing the default visualizer with yours?
Second, the UVP can search out files in one specific folder and you can link to each of them inside of that for loaded playlists, is it not possible to do the same with your audioMotion program without needing to contact the web host and do all those server side stuff? Not even sure I can figure that out or if my host is willing to help.
Beta Was this translation helpful? Give feedback.
All reactions