wyozi / wmc-plus

Media center addon for Garry's Mod
MIT License
1 stars 1 forks source link

Can not delete media #19

Closed VictorOssadtchi closed 7 years ago

VictorOssadtchi commented 7 years ago

I can not delete any media from the list

yupi2 commented 7 years ago

Provide more details. And are you able to add more media? If not see #17 for a potential solution

VictorOssadtchi commented 7 years ago

When i attempt to remove any songs from the wmc menu nothing happens i have the correct permissions but nothing happens no errors nothing

yupi2 commented 7 years ago

Deleting, adding and playing media is working correctly for me.

Make sure that your wmc-plus addon is updated. If you're using the version on the workshop, take it off your server and try the version from this repository. This repository has a change from November 4 that might fix your problem.

If your problem isn't fixed your wmcp.txt file may be too large to send to clients (hundreds of media added can do this). You could try what I typed out on issue #17 so the media list is compressed before being sent to clients.

If none of that fixes it reply here with a list of addons your server uses and post your wmcp.txt file to here so I can see if it has an error.

VictorOssadtchi commented 7 years ago

Thanks it works now.

On Mon, Dec 5, 2016 at 10:10 PM, yupi2 notifications@github.com wrote:

Deleting, adding and playing media is working correctly for me.

Make sure that your wmc-plus addon is updated. If you're using the version on the workshop, take it off your server and try the version from this repository. This repository has a change from November 4 that might fix your problem.

If your problem isn't fixed your wmcp.txt file may be too large to send to clients (hundreds of media added can do this). You could try what I typed out on issue #17 https://github.com/wyozi/wmc-plus/issues/17#issuecomment-263131779 so the media list is compressed before being sent to clients.

If none of that fixes it reply here with a list of addons your server uses and post your wmcp.txt file to here https://gist.github.com/ so I can see if it has an error.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/wyozi/wmc-plus/issues/19#issuecomment-265062351, or mute the thread https://github.com/notifications/unsubscribe-auth/ANqUALs-ol37hY_YPKwLkC4cDVCJuCAmks5rFO5TgaJpZM4LC_3_ .

-- Hello.

yupi2 commented 7 years ago

That's good to hear. Were you using the version on the workshop?

VictorOssadtchi commented 7 years ago

Yes do you mind if i change the code? i want to add some ulx commands to the addon.

On Dec 5, 2016 11:50 PM, "yupi2" notifications@github.com wrote:

That's good to hear. Were you using the version on the workshop?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/wyozi/wmc-plus/issues/19#issuecomment-265074786, or mute the thread https://github.com/notifications/unsubscribe-auth/ANqUALsMA-gvnra5guy1Is8nMFG3fIN5ks5rFQWjgaJpZM4LC_3_ .

yupi2 commented 7 years ago

You can edit this addon however you want as long as the LICENSE file remains to indicate wyozi's original work.

If you would like to merge any changes you have made into this repository you will likely have to rely on wyozi to review and merge them.

Also the sh_permissions.lua file includes code to add commands universally to many different ULX-like addons through the CAMI interface so you should consider reading through that.

yupi2 commented 7 years ago

Another thing: if there's anything else you would like to ask about adding more commands it would be best to start another issue for it to keep discussion more relevant to an issue's title.