Hello! My apologies if this is in the wrong area, I'm not great with the audio/visual vernacular.
So what I'm looking to accomplish is to take a collection of constantly changing audio files on a PC, have another PC thats 60 miles away pull these files into a media player and play them. Obviously theres a thousand and one tutorials online for how to stream that content across the internet but that unfortunately is not an option. Given bandwidth issues all the content is going to have to be transfered nightly at about midnight whereas the music is going to need to be played during the day.
So I need to have:
> some way of auto uploading to an online depository
> some way of automatically pulling this info from the depository at night
> some way to have these files feed directly into a media player
> a way to have the media player automatically remove files which are no longer in the online depository.
Money is not a big issue. I have a decent amount of desktop computer experience and minor Python coding skills. How can this be done?
So what I'm looking to accomplish is to take a collection of constantly changing audio files on a PC, have another PC thats 60 miles away pull these files into a media player and play them. Obviously theres a thousand and one tutorials online for how to stream that content across the internet but that unfortunately is not an option. Given bandwidth issues all the content is going to have to be transfered nightly at about midnight whereas the music is going to need to be played during the day.
So I need to have:
> some way of auto uploading to an online depository
> some way of automatically pulling this info from the depository at night
> some way to have these files feed directly into a media player
> a way to have the media player automatically remove files which are no longer in the online depository.
Money is not a big issue. I have a decent amount of desktop computer experience and minor Python coding skills. How can this be done?















